forked from calico-vpp/vpplink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 651 Bytes
/
Copy pathgo.mod
File metadata and controls
22 lines (19 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/calico-vpp/vpplink
go 1.18
require (
github.com/hashicorp/go-version v1.6.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.3.0
go.fd.io/govpp v0.8.0-alpha.0.20230302140400-5ee4cc8ec01d
golang.org/x/sys v0.5.0
)
require (
github.com/bennyscetbun/jsongo v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/text v0.7.0 // indirect
)