Skip to content

Commit

Permalink
Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /cni
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent 8db700f commit 9ff5bb3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions cni/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
)

Expand All @@ -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
)

0 comments on commit 9ff5bb3

Please sign in to comment.