Skip to content

Commit

Permalink
Bump github.com/containernetworking/plugins from 0.8.6 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 0.8.6 to 1.3.0.
- [Release notes](https://github.com/containernetworking/plugins/releases)
- [Commits](containernetworking/plugins@v0.8.6...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/containernetworking/plugins
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 17, 2023
1 parent 943a1d9 commit ef0b611
Show file tree
Hide file tree
Showing 2 changed files with 760 additions and 48 deletions.
21 changes: 9 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,17 @@ go 1.14

require (
git.fd.io/govpp.git v0.3.5
github.com/containernetworking/cni v0.8.1
github.com/containernetworking/plugins v0.8.6
github.com/containernetworking/cni v1.1.2
github.com/containernetworking/plugins v1.3.0
github.com/go-logfmt/logfmt v0.5.0
github.com/gogo/protobuf v1.3.2 // indirect
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.9.1
github.com/safchain/ethtool v0.0.0-20200804214954-8f958a28363a // indirect
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.6.1
github.com/vishvananda/netlink v1.1.0
golang.org/x/sys v0.1.0
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
github.com/vishvananda/netlink v1.2.1-beta.2
golang.org/x/sys v0.7.0
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
k8s.io/api v0.20.0
k8s.io/apimachinery v0.20.0
k8s.io/client-go v0.20.0
k8s.io/api v0.20.6
k8s.io/apimachinery v0.20.6
k8s.io/client-go v0.20.6
)
Loading

0 comments on commit ef0b611

Please sign in to comment.