Skip to content

Commit

Permalink
go.mod: add netns as indirect dependency for netlink
Browse files Browse the repository at this point in the history
  • Loading branch information
NP-Hardass committed Sep 8, 2020
1 parent fbf94cc commit 08abdd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daemon/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/protobuf v1.0.0
github.com/google/gopacket v1.1.14
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
github.com/vishvananda/netlink v1.1.0
golang.org/x/net v0.0.0-20180417003750-8d16fa6dc9a8
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
Expand Down

0 comments on commit 08abdd0

Please sign in to comment.