Skip to content

Commit da6a9ca

Browse files
author
Jose Villalta
committed
chore: update go.mod, go.sum, and vendor
1 parent bffcf66 commit da6a9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs-agent/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ require (
3131
github.com/prometheus/common v0.26.0
3232
github.com/stretchr/testify v1.8.4
3333
github.com/vishvananda/netlink v1.2.1-beta.2
34-
github.com/vishvananda/netns v0.0.4
3534
go.etcd.io/bbolt v1.3.9
3635
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
3736
golang.org/x/net v0.47.0
@@ -73,6 +72,7 @@ require (
7372
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
7473
github.com/pmezard/go-difflib v1.0.0 // indirect
7574
github.com/sirupsen/logrus v1.9.3 // indirect
75+
github.com/vishvananda/netns v0.0.4 // indirect
7676
go.opencensus.io v0.24.0 // indirect
7777
golang.org/x/mod v0.29.0 // indirect
7878
golang.org/x/sync v0.18.0 // indirect

0 commit comments

Comments
 (0)