We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83605dd + 1832e1e commit eb547afCopy full SHA for eb547af
go.mod
@@ -3,8 +3,8 @@ module github.com/k8snetworkplumbingwg/sriovnet
3
go 1.18
4
5
require (
6
- github.com/google/uuid v1.1.1
7
- github.com/spf13/afero v1.4.1
+ github.com/google/uuid v1.1.2
+ github.com/spf13/afero v1.9.4
8
github.com/stretchr/testify v1.7.0
9
github.com/vishvananda/netlink v1.2.1-beta.2
10
)
@@ -15,6 +15,6 @@ require (
15
github.com/stretchr/objx v0.1.0 // indirect
16
github.com/vishvananda/netns v0.0.4 // indirect
17
golang.org/x/sys v0.5.0 // indirect
18
- golang.org/x/text v0.3.7 // indirect
+ golang.org/x/text v0.8.0 // indirect
19
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
20
0 commit comments