Skip to content

Commit eb547af

Browse files
authored
Merge pull request #63 from bn222/master
update github.com/spf13/afero
2 parents 83605dd + 1832e1e commit eb547af

File tree

2 files changed

+425
-13
lines changed

2 files changed

+425
-13
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/k8snetworkplumbingwg/sriovnet
33
go 1.18
44

55
require (
6-
github.com/google/uuid v1.1.1
7-
github.com/spf13/afero v1.4.1
6+
github.com/google/uuid v1.1.2
7+
github.com/spf13/afero v1.9.4
88
github.com/stretchr/testify v1.7.0
99
github.com/vishvananda/netlink v1.2.1-beta.2
1010
)
@@ -15,6 +15,6 @@ require (
1515
github.com/stretchr/objx v0.1.0 // indirect
1616
github.com/vishvananda/netns v0.0.4 // indirect
1717
golang.org/x/sys v0.5.0 // indirect
18-
golang.org/x/text v0.3.7 // indirect
18+
golang.org/x/text v0.8.0 // indirect
1919
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
2020
)

0 commit comments

Comments
 (0)