Skip to content

Commit

Permalink
Updating and vendoring go modules after an upstream merge
Browse files Browse the repository at this point in the history
  • Loading branch information
SchSeba committed Jul 1, 2024
1 parent ee913fa commit bb69f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ require (
github.com/stretchr/testify v1.8.2
github.com/vishvananda/netlink v1.2.1-beta.2.0.20240221172127-ec7bcb248e94
golang.org/x/net v0.23.0
golang.org/x/sys v0.18.0
)

require (
Expand All @@ -24,7 +25,6 @@ require (
github.com/safchain/ethtool v0.3.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.17.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
Expand Down

0 comments on commit bb69f91

Please sign in to comment.