File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
github.com/docker/docker/libnetwork/resolvconf Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ require (
3434 github.com/coreos/go-systemd/v22 v22.5.0
3535 github.com/distribution/reference v0.6.0
3636 github.com/docker/cli v28.2.2+incompatible
37- github.com/docker/docker v28.2.2 +incompatible
37+ github.com/docker/docker v28.3.0 +incompatible
3838 github.com/docker/go-connections v0.5.0
3939 github.com/docker/go-units v0.5.0
4040 github.com/gofrs/flock v0.12.1
Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
146146github.com/distribution/reference v0.6.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
147147github.com/docker/cli v28.2.2+incompatible h1:qzx5BNUDFqlvyq4AHzdNB7gSyVTmU4cgsyN9SdInc1A =
148148github.com/docker/cli v28.2.2+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
149- github.com/docker/docker v28.2.2 +incompatible h1:CjwRSksz8Yo4+RmQ339Dp/D2tGO5JxwYeqtMOEe0LDw =
150- github.com/docker/docker v28.2.2 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
149+ github.com/docker/docker v28.3.0 +incompatible h1:ffS62aKWupCWdvcee7nBU9fhnmknOqDPaJAMtfK0ImQ =
150+ github.com/docker/docker v28.3.0 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
151151github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8 =
152152github.com/docker/docker-credential-helpers v0.9.3 /go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo =
153153github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c =
Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ github.com/docker/cli/cli/config/configfile
486486github.com/docker/cli/cli/config/credentials
487487github.com/docker/cli/cli/config/types
488488github.com/docker/cli/cli/connhelper/commandconn
489- # github.com/docker/docker v28.2.2 +incompatible
489+ # github.com/docker/docker v28.3.0 +incompatible
490490## explicit
491491github.com/docker/docker/libnetwork/internal/resolvconf
492492github.com/docker/docker/libnetwork/resolvconf
You can’t perform that action at this time.
0 commit comments