blob: 3c5f0d014442714b484a3ba1dd4f1b834e461e91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
module go.fd.io/govpp
go 1.13
require (
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/kr/pretty v0.1.0 // indirect
github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe
github.com/onsi/gomega v1.19.0
github.com/pkg/profile v1.2.1
github.com/sirupsen/logrus v1.6.0
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)
|