Merge pull request #804 from mmorel-35/main

build(deps): bump github.com/safchain/ethtool to v0.2.0
This commit is contained in:
Casey Callendrello
2023-01-11 11:22:53 +01:00
committed by GitHub
4 changed files with 24 additions and 14 deletions

2
go.mod
View File

@ -17,7 +17,7 @@ require (
github.com/networkplumbing/go-nft v0.2.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.24.2
github.com/safchain/ethtool v0.0.0-20210803160452-9aa261dae9b1
github.com/safchain/ethtool v0.2.0
github.com/vishvananda/netlink v1.2.1-beta.2
golang.org/x/sys v0.4.0
)