5
5
require (
6
6
github.com/containerd/fifo v1.1.0
7
7
github.com/containernetworking/cni v1.1.2
8
- github.com/containernetworking/plugins v1.1 .1
8
+ github.com/containernetworking/plugins v1.4 .1
9
9
github.com/go-openapi/errors v0.20.3
10
10
github.com/go-openapi/runtime v0.24.0
11
11
github.com/go-openapi/strfmt v0.21.3
@@ -15,12 +15,12 @@ require (
15
15
github.com/google/uuid v1.3.0
16
16
github.com/hashicorp/go-multierror v1.1.1
17
17
github.com/mdlayher/vsock v1.1.1
18
- github.com/sirupsen/logrus v1.9.0
19
- github.com/stretchr/testify v1.8.1
20
- github.com/vishvananda/netlink v1.1 .1-0.20210330154013-f5de75959ad5
21
- github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f
18
+ github.com/sirupsen/logrus v1.9.3
19
+ github.com/stretchr/testify v1.8.2
20
+ github.com/vishvananda/netlink v1.2 .1-beta.2
21
+ github.com/vishvananda/netns v0.0.4
22
22
golang.org/x/crypto v0.18.0
23
- golang.org/x/sys v0.16 .0
23
+ golang.org/x/sys v0.17 .0
24
24
)
25
25
26
26
require (
@@ -42,7 +42,7 @@ require (
42
42
github.com/opentracing/opentracing-go v1.2.0 // indirect
43
43
github.com/pmezard/go-difflib v1.0.0 // indirect
44
44
go.mongodb.org/mongo-driver v1.10.0 // indirect
45
- golang.org/x/net v0.17 .0 // indirect
45
+ golang.org/x/net v0.20 .0 // indirect
46
46
golang.org/x/sync v0.1.0 // indirect
47
47
golang.org/x/text v0.14.0 // indirect
48
48
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments