Skip to content

Commit 2dd78ce

Browse files
committed
chore: update reference to latest
Signed-off-by: peefy <xpf6677@163.com>
1 parent cae707f commit 2dd78ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.21.5
77
require (
88
github.com/BurntSushi/toml v1.4.0
99
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
1111
github.com/dominikbraun/graph v0.23.0
1212
github.com/opencontainers/image-spec v1.1.0
1313
github.com/otiai10/copy v1.14.0
@@ -47,8 +47,8 @@ require (
4747
github.com/containers/storage v1.54.0 // indirect
4848
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
4949
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
50-
github.com/distribution/reference v0.6.0 // indirect
5150
github.com/docker/cli v26.1.3+incompatible // indirect
51+
github.com/docker/distribution v2.8.3+incompatible // indirect
5252
github.com/docker/docker v26.1.3+incompatible // indirect
5353
github.com/docker/docker-credential-helpers v0.8.1 // indirect
5454
github.com/docker/go-connections v0.5.0 // indirect

pkg/utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"regexp"
1717
"strings"
1818

19-
"github.com/docker/distribution/reference"
19+
"github.com/distribution/reference"
2020
"github.com/moby/term"
2121

2222
"kcl-lang.io/kpm/pkg/constants"

0 commit comments

Comments
 (0)