Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ require (
github.com/golang/glog v1.2.4
github.com/j-keck/arping v1.0.3
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.1
github.com/k8snetworkplumbingwg/sriovnet v1.2.0
github.com/k8snetworkplumbingwg/sriovnet v1.2.1-0.20250818105516-24ab680f94f3
github.com/onsi/ginkgo/v2 v2.21.0
github.com/onsi/gomega v1.35.1
github.com/ovn-org/libovsdb v0.7.0
github.com/pkg/errors v0.9.1
github.com/vishvananda/netlink v1.2.1-beta.2
github.com/vishvananda/netlink v1.3.1
k8s.io/api v0.32.0
k8s.io/apimachinery v0.32.0
k8s.io/client-go v0.32.0
Expand Down Expand Up @@ -58,10 +58,10 @@ require (
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/safchain/ethtool v0.4.0 // indirect
github.com/spf13/afero v1.9.4 // indirect
github.com/spf13/afero v1.14.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/vishvananda/netns v0.0.5 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/oauth2 v0.27.0 // indirect
Expand Down
88 changes: 12 additions & 76 deletions go.sum

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions vendor/github.com/k8snetworkplumbingwg/sriovnet/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

144 changes: 45 additions & 99 deletions vendor/github.com/k8snetworkplumbingwg/sriovnet/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions vendor/github.com/k8snetworkplumbingwg/sriovnet/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions vendor/github.com/k8snetworkplumbingwg/sriovnet/errors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 19 additions & 1 deletion vendor/github.com/k8snetworkplumbingwg/sriovnet/file_access.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions vendor/github.com/k8snetworkplumbingwg/sriovnet/mofed_ib_helper.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading