-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
23 lines (20 loc) · 664 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/calico-vpp/vpplink
go 1.22
require (
github.com/hashicorp/go-version v1.7.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.7.0
go.fd.io/govpp v0.11.0
golang.org/x/sys v0.26.0
)
require (
github.com/bennyscetbun/jsongo v1.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/kr/text v0.2.0 // 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.18.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)