We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffcf66 commit da6a9caCopy full SHA for da6a9ca
ecs-agent/go.mod
@@ -31,7 +31,6 @@ require (
31
github.com/prometheus/common v0.26.0
32
github.com/stretchr/testify v1.8.4
33
github.com/vishvananda/netlink v1.2.1-beta.2
34
- github.com/vishvananda/netns v0.0.4
35
go.etcd.io/bbolt v1.3.9
36
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
37
golang.org/x/net v0.47.0
@@ -73,6 +72,7 @@ require (
73
72
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
74
github.com/pmezard/go-difflib v1.0.0 // indirect
75
github.com/sirupsen/logrus v1.9.3 // indirect
+ github.com/vishvananda/netns v0.0.4 // indirect
76
go.opencensus.io v0.24.0 // indirect
77
golang.org/x/mod v0.29.0 // indirect
78
golang.org/x/sync v0.18.0 // indirect
0 commit comments