File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ func resetConfigDir() {
5858// getHomeDir is a copy of [pkg/homedir.Get] to prevent adding docker/docker
5959// as dependency for consumers that only need to read the config-file.
6060//
61- // [pkg/homedir.Get]: https://pkg.go.dev/github.com/docker/docker@v26.1.4 +incompatible/pkg/homedir#Get
61+ // [pkg/homedir.Get]: https://pkg.go.dev/github.com/docker/docker@v28.0.3 +incompatible/pkg/homedir#Get
6262func getHomeDir () string {
6363 home , _ := os .UserHomeDir ()
6464 if home == "" && runtime .GOOS != "windows" {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/distribution/reference v0.6.0
1515 github.com/docker/cli-docs-tool v0.9.0
1616 github.com/docker/distribution v2.8.3+incompatible
17- github.com/docker/docker v28.0.3-0.20250325003005-330857ad0ffb +incompatible
17+ github.com/docker/docker v28.0.3+incompatible
1818 github.com/docker/docker-credential-helpers v0.9.2
1919 github.com/docker/go-connections v0.5.0
2020 github.com/docker/go-units v0.5.0
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ github.com/docker/cli-docs-tool v0.9.0/go.mod h1:ClrwlNW+UioiRyH9GiAOe1o3J/TsY3T
5252github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
5353github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
5454github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
55- github.com/docker/docker v28.0.3-0.20250325003005-330857ad0ffb +incompatible h1:V27kSTL5Jh5KdeMbmvyjcpLCztmMqrvUQY3hkxMiVM0 =
56- github.com/docker/docker v28.0.3-0.20250325003005-330857ad0ffb +incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
55+ github.com/docker/docker v28.0.3+incompatible h1:tH0UhLUB03ApG1dLaYDfaz8zUwOglgJzuUftoDKpDtE =
56+ github.com/docker/docker v28.0.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
5757github.com/docker/docker-credential-helpers v0.9.2 h1:50JF7ADQiHdAVBRtg/vy883Y4U5+5GmPOBNtUU+X+6A=
5858github.com/docker/docker-credential-helpers v0.9.2/go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo=
5959github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c h1:lzqkGL9b3znc+ZUgi7FlLnqjQhcXxkNM/quxIjBVMD0=
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ github.com/docker/distribution/registry/client/transport
6060github.com/docker/distribution/registry/storage/cache
6161github.com/docker/distribution/registry/storage/cache/memory
6262github.com/docker/distribution/uuid
63- # github.com/docker/docker v28.0.3-0.20250325003005-330857ad0ffb +incompatible
63+ # github.com/docker/docker v28.0.3+incompatible
6464## explicit
6565github.com/docker/docker/api
6666github.com/docker/docker/api/types
You can’t perform that action at this time.
0 commit comments