From 9ff5bb3fa0a743a367a02cad048b59a09bb564fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 07:48:03 +0000 Subject: [PATCH] Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /cni Bumps google.golang.org/protobuf from 1.28.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] --- cni/go.mod | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cni/go.mod b/cni/go.mod index 4bd1cc7c..8a6c04b3 100644 --- a/cni/go.mod +++ b/cni/go.mod @@ -4,6 +4,7 @@ go 1.17 require ( github.com/Microsoft/hcsshim v0.9.2 + github.com/aws/aws-sdk-go v1.43.29 github.com/buger/jsonparser v1.1.1 github.com/containernetworking/cni v1.0.1 github.com/coreos/go-iptables v0.6.0 @@ -12,9 +13,8 @@ require ( github.com/onsi/gomega v1.19.0 github.com/safchain/ethtool v0.1.0 github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5 - golang.org/x/sys v0.0.0-20220412211240-33da011f77ad - github.com/aws/aws-sdk-go v1.43.29 go.uber.org/zap v1.10.0 + golang.org/x/sys v0.0.0-20220412211240-33da011f77ad gopkg.in/natefinch/lumberjack.v2 v2.0.0 ) @@ -24,14 +24,17 @@ require ( github.com/fsnotify/fsnotify v1.5.4 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect + github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/nxadm/tail v1.4.8 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/sirupsen/logrus v1.8.1 // indirect github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // indirect go.opencensus.io v0.22.3 // indirect + go.uber.org/atomic v1.4.0 // indirect + go.uber.org/multierr v1.1.0 // indirect golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect golang.org/x/text v0.3.7 // indirect - google.golang.org/protobuf v1.28.0 // indirect + google.golang.org/protobuf v1.33.0 // indirect gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect )