-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from Mellanox/dependabot/go_modules/github.com…
…/containernetworking/plugins-1.6.2 Bump github.com/containernetworking/plugins from 1.5.0 to 1.6.2
- Loading branch information
Showing
8 changed files
with
57 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,36 @@ | ||
module github.com/Mellanox/ipoib-cni | ||
|
||
go 1.20 | ||
go 1.23 | ||
|
||
toolchain go1.23.6 | ||
|
||
require ( | ||
github.com/containernetworking/cni v1.1.2 | ||
github.com/containernetworking/plugins v1.5.0 | ||
github.com/containernetworking/cni v1.2.3 | ||
github.com/containernetworking/plugins v1.6.2 | ||
github.com/j-keck/arping v1.0.3 | ||
github.com/onsi/ginkgo/v2 v2.19.0 | ||
github.com/onsi/gomega v1.33.1 | ||
github.com/onsi/ginkgo/v2 v2.22.0 | ||
github.com/onsi/gomega v1.36.0 | ||
github.com/stretchr/testify v1.10.0 | ||
github.com/vishvananda/netlink v1.3.0 | ||
) | ||
|
||
require ( | ||
github.com/coreos/go-iptables v0.7.0 // indirect | ||
github.com/coreos/go-iptables v0.8.0 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect | ||
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect | ||
github.com/kr/pretty v0.2.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/safchain/ethtool v0.3.0 // indirect | ||
github.com/safchain/ethtool v0.5.9 // indirect | ||
github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/vishvananda/netns v0.0.4 // indirect | ||
golang.org/x/net v0.33.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect | ||
golang.org/x/tools v0.26.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
sigs.k8s.io/knftables v0.0.18 // indirect | ||
) |
Oops, something went wrong.