Fix encode/decode for []bool
[govpp.git] / go.mod
1 module git.fd.io/govpp.git
2
3 go 1.12
4
5 require (
6         github.com/bennyscetbun/jsongo v1.1.0
7         github.com/fsnotify/fsnotify v1.4.7
8         github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff
9         github.com/golang/protobuf v1.3.2 // indirect
10         github.com/hpcloud/tail v1.0.0 // indirect
11         github.com/kr/pretty v0.1.0 // indirect
12         github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe
13         github.com/onsi/ginkgo v1.8.0 // indirect
14         github.com/onsi/gomega v1.1.0
15         github.com/pkg/profile v1.2.1
16         github.com/sirupsen/logrus v1.6.0
17         github.com/stretchr/testify v1.3.0 // indirect
18         golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
19         gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
20         gopkg.in/fsnotify.v1 v1.4.7 // indirect
21         gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
22         gopkg.in/yaml.v2 v2.2.2 // indirect
23 )