-
Notifications
You must be signed in to change notification settings - Fork 55
/
go.mod
27 lines (24 loc) · 808 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
24
25
26
27
module github.com/cri-o/ocicni
go 1.22
toolchain go1.23.2
require (
github.com/containernetworking/cni v1.2.3
github.com/containernetworking/plugins v1.6.1
github.com/fsnotify/fsnotify v1.8.0
github.com/onsi/ginkgo/v2 v2.22.0
github.com/onsi/gomega v1.36.1
github.com/sirupsen/logrus v1.9.3
github.com/vishvananda/netlink v1.3.0
)
require (
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
github.com/vishvananda/netns v0.0.4 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/tools v0.26.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)