go.mod 1.03 KB
module n4

go 1.14

require (
	git.fd.io/govpp.git v0.3.5 // indirect
	github.com/bennyscetbun/jsongo v1.1.0
	github.com/fsnotify/fsnotify v1.4.9
	github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff
	github.com/go-sql-driver/mysql v1.5.0
	github.com/golang/protobuf v1.3.2 // indirect
	github.com/google/go-cmp v0.4.1
	github.com/google/gopacket v1.1.17
	github.com/hpcloud/tail v1.0.0 // indirect
	github.com/kr/pretty v0.1.0 // indirect
	github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
	github.com/onsi/ginkgo v1.8.0 // indirect
	github.com/onsi/gomega v1.1.0
	github.com/pascaldekloe/goe v0.1.0
	github.com/pkg/profile v1.2.1
	github.com/sirupsen/logrus v1.6.0
	github.com/stretchr/testify v1.3.0 // indirect
	github.com/wmnsk/go-pfcp v0.0.1
	golang.org/x/sys v0.0.0-20200812155832-6a926be9bd1d // indirect
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
	gopkg.in/fsnotify.v1 v1.4.7 // indirect
	gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
	gopkg.in/yaml.v2 v2.0.0-20170407172122-cd8b52f8269e
)