From 1f8540304f713500a1b6620c9d47ea2a82ed94df Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 14 May 2024 09:27:20 +0000 Subject: [PATCH] fix(deps): update module github.com/containernetworking/plugins to v1.4.1 --- go.mod | 6 ++++-- go.sum | 2 ++ vendor/modules.txt | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index bcf2dc4de..f6e9c60cd 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,11 @@ module github.com/GoogleCloudPlatform/netd -go 1.22 +go 1.22.0 + +toolchain go1.22.3 require ( - github.com/containernetworking/plugins v1.3.0 + github.com/containernetworking/plugins v1.4.1 github.com/coreos/go-iptables v0.7.0 github.com/fsnotify/fsnotify v1.6.0 github.com/golang/glog v1.1.2 diff --git a/go.sum b/go.sum index 081022e4e..84bf253f1 100644 --- a/go.sum +++ b/go.sum @@ -6,6 +6,8 @@ github.com/containernetworking/cni v1.1.2 h1:wtRGZVv7olUHMOqouPpn3cXJWpJgM6+EUl3 github.com/containernetworking/cni v1.1.2/go.mod h1:sDpYKmGVENF3s6uvMvGgldDWeG8dMxakj/u+i9ht9vw= github.com/containernetworking/plugins v1.3.0 h1:QVNXMT6XloyMUoO2wUOqWTC1hWFV62Q6mVDp5H1HnjM= github.com/containernetworking/plugins v1.3.0/go.mod h1:Pc2wcedTQQCVuROOOaLBPPxrEXqqXBFt3cZ+/yVg6l0= +github.com/containernetworking/plugins v1.4.1 h1:+sJRRv8PKhLkXIl6tH1D7RMi+CbbHutDGU+ErLBORWA= +github.com/containernetworking/plugins v1.4.1/go.mod h1:n6FFGKcaY4o2o5msgu/UImtoC+fpQXM3076VHfHbj60= github.com/coreos/go-iptables v0.7.0 h1:XWM3V+MPRr5/q51NuWSgU0fqMad64Zyxs8ZUoMsamr8= github.com/coreos/go-iptables v0.7.0/go.mod h1:Qe8Bv2Xik5FyTXwgIbLAnv2sWSBmvWdFETJConOQ//Q= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= diff --git a/vendor/modules.txt b/vendor/modules.txt index a6f4d6a22..54e247801 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -4,7 +4,7 @@ github.com/beorn7/perks/quantile # github.com/cespare/xxhash/v2 v2.2.0 ## explicit; go 1.11 github.com/cespare/xxhash/v2 -# github.com/containernetworking/plugins v1.3.0 +# github.com/containernetworking/plugins v1.4.1 ## explicit; go 1.20 github.com/containernetworking/plugins/pkg/utils/sysctl # github.com/coreos/go-iptables v0.7.0