Skip to content

Commit

Permalink
Fix go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Leon Hwang <hffilwlqm@gmail.com>
  • Loading branch information
Asphaltt authored and brb committed Feb 26, 2024
1 parent f539556 commit b47cfab
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 @@ -13,6 +13,7 @@ require (
github.com/tklauser/ps v0.0.2
github.com/vishvananda/netns v0.0.4
golang.org/x/net v0.21.0
golang.org/x/sync v0.3.0
golang.org/x/sys v0.17.0
)

Expand All @@ -29,5 +30,4 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
golang.org/x/sync v0.3.0 // indirect
)

0 comments on commit b47cfab

Please sign in to comment.