File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.21.5
7
7
require (
8
8
github.com/BurntSushi/toml v1.4.0
9
9
github.com/containers/image/v5 v5.31.0
10
- github.com/docker/ distribution v2.8.3+incompatible
10
+ github.com/distribution/reference v0.6.0
11
11
github.com/dominikbraun/graph v0.23.0
12
12
github.com/opencontainers/image-spec v1.1.0
13
13
github.com/otiai10/copy v1.14.0
@@ -47,8 +47,8 @@ require (
47
47
github.com/containers/storage v1.54.0 // indirect
48
48
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
49
49
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
50
- github.com/distribution/reference v0.6.0 // indirect
51
50
github.com/docker/cli v26.1.3+incompatible // indirect
51
+ github.com/docker/distribution v2.8.3+incompatible // indirect
52
52
github.com/docker/docker v26.1.3+incompatible // indirect
53
53
github.com/docker/docker-credential-helpers v0.8.1 // indirect
54
54
github.com/docker/go-connections v0.5.0 // indirect
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
"regexp"
17
17
"strings"
18
18
19
- "github.com/docker/ distribution/reference"
19
+ "github.com/distribution/reference"
20
20
"github.com/moby/term"
21
21
22
22
"kcl-lang.io/kpm/pkg/constants"
You can’t perform that action at this time.
0 commit comments