Skip to content

Commit ac3410e

Browse files
authored
Merge pull request #25 from redhat-nfvpe/fix-go-vendor
Fix dependabot alerts
2 parents a60dcd8 + 8b17562 commit ac3410e

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22
44

55
require (
66
github.com/containernetworking/cni v1.1.2
7-
github.com/containernetworking/plugins v0.8.3
7+
github.com/containernetworking/plugins v0.8.6
88
github.com/onsi/ginkgo v1.16.4
99
github.com/onsi/gomega v1.17.0
1010
github.com/vishvananda/netlink v1.0.0

go.sum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ github.com/containernetworking/cni v1.1.2 h1:wtRGZVv7olUHMOqouPpn3cXJWpJgM6+EUl3
1010
github.com/containernetworking/cni v1.1.2/go.mod h1:sDpYKmGVENF3s6uvMvGgldDWeG8dMxakj/u+i9ht9vw=
1111
github.com/containernetworking/plugins v0.8.3 h1:eB0uwWr2jO+aVwdZrtVCj8MNo3p0mqGqWKji1yK3U9w=
1212
github.com/containernetworking/plugins v0.8.3/go.mod h1:MonilQ3qYDN5479D+wW461uBynC5PtGelMRlgBGiaVY=
13+
github.com/containernetworking/plugins v0.8.6 h1:npZTLiMa4CRn6m5P9+1Dz4O1j0UeFbm8VYN6dlsw568=
14+
github.com/containernetworking/plugins v0.8.6/go.mod h1:qnw5mN19D8fIwkqW7oHHYDHVlzhJpcY6TQxn/fUyDDM=
1315
github.com/coreos/go-iptables v0.4.2/go.mod h1:/mVI274lEDI2ns62jHCDnCyBF9Iwsmekav8Dbxlm1MU=
16+
github.com/coreos/go-iptables v0.4.5/go.mod h1:/mVI274lEDI2ns62jHCDnCyBF9Iwsmekav8Dbxlm1MU=
1417
github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
1518
github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c/go.mod h1:Ct2BUK8SB0YC1SMSibvLzxjeJLnrYEVLULFNiHY9YfQ=
1619
github.com/d2g/dhcp4client v1.0.0/go.mod h1:j0hNfjhrt2SxUOw55nL0ATM/z4Yt3t2Kd1mW34z5W5s=

vendor/github.com/containernetworking/plugins/pkg/ns/ns_linux.go

Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ github.com/containernetworking/cni/pkg/types/create
99
github.com/containernetworking/cni/pkg/types/internal
1010
github.com/containernetworking/cni/pkg/utils
1111
github.com/containernetworking/cni/pkg/version
12-
# github.com/containernetworking/plugins v0.8.3
12+
# github.com/containernetworking/plugins v0.8.6
1313
## explicit; go 1.12
1414
github.com/containernetworking/plugins/pkg/ns
1515
github.com/containernetworking/plugins/pkg/testutils

0 commit comments

Comments
 (0)