Skip to content

Commit 31be4fa

Browse files
dependabot[bot]austinvazquez
authored andcommitted
Bump github.com/containernetworking/plugins from 1.1.1 to 1.4.1
Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 1.1.1 to 1.4.1. - [Release notes](https://github.com/containernetworking/plugins/releases) - [Commits](containernetworking/plugins@v1.1.1...v1.4.1) --- updated-dependencies: - dependency-name: github.com/containernetworking/plugins dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent daf4189 commit 31be4fa

File tree

2 files changed

+2649
-20
lines changed

2 files changed

+2649
-20
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
require (
66
github.com/containerd/fifo v1.1.0
77
github.com/containernetworking/cni v1.1.2
8-
github.com/containernetworking/plugins v1.1.1
8+
github.com/containernetworking/plugins v1.4.1
99
github.com/go-openapi/errors v0.20.3
1010
github.com/go-openapi/runtime v0.24.0
1111
github.com/go-openapi/strfmt v0.21.3
@@ -15,12 +15,12 @@ require (
1515
github.com/google/uuid v1.3.0
1616
github.com/hashicorp/go-multierror v1.1.1
1717
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
2222
golang.org/x/crypto v0.18.0
23-
golang.org/x/sys v0.16.0
23+
golang.org/x/sys v0.17.0
2424
)
2525

2626
require (
@@ -42,7 +42,7 @@ require (
4242
github.com/opentracing/opentracing-go v1.2.0 // indirect
4343
github.com/pmezard/go-difflib v1.0.0 // indirect
4444
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
4646
golang.org/x/sync v0.1.0 // indirect
4747
golang.org/x/text v0.14.0 // indirect
4848
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)