File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ go 1.25.7
44
55require (
66 github.com/docker/docker v28.5.2+incompatible
7+ github.com/docker/go-connections v0.6.0
78 github.com/miekg/dns v1.1.72
9+ github.com/vishvananda/netlink v1.3.1
810)
911
1012require (
@@ -14,7 +16,6 @@ require (
1416 github.com/containerd/errdefs/pkg v0.3.0 // indirect
1517 github.com/containerd/log v0.1.0 // indirect
1618 github.com/distribution/reference v0.6.0 // indirect
17- github.com/docker/go-connections v0.6.0 // indirect
1819 github.com/docker/go-units v0.5.0 // indirect
1920 github.com/felixge/httpsnoop v1.0.4 // indirect
2021 github.com/go-logr/logr v1.4.3 // indirect
@@ -26,7 +27,6 @@ require (
2627 github.com/opencontainers/go-digest v1.0.0 // indirect
2728 github.com/opencontainers/image-spec v1.1.1 // indirect
2829 github.com/pkg/errors v0.9.1 // indirect
29- github.com/vishvananda/netlink v1.3.1 // indirect
3030 github.com/vishvananda/netns v0.0.5 // indirect
3131 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
3232 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
You can’t perform that action at this time.
0 commit comments