Skip to content

Commit 064e35a

Browse files
authored
Merge pull request moby#5007 from thaJeztah/bump_reference
vendor: github.com/distribution/reference v0.6.0
2 parents efcde2f + 6764409 commit 064e35a

File tree

6 files changed

+70
-43
lines changed

6 files changed

+70
-43
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require (
2828
github.com/containerd/typeurl/v2 v2.1.1
2929
github.com/containernetworking/plugins v1.4.0
3030
github.com/coreos/go-systemd/v22 v22.5.0
31-
github.com/distribution/reference v0.5.0
31+
github.com/distribution/reference v0.6.0
3232
github.com/docker/cli v26.1.4+incompatible
3333
github.com/docker/docker v26.1.4+incompatible
3434
github.com/docker/go-connections v0.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
133133
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
134134
github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=
135135
github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE=
136-
github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=
137-
github.com/distribution/reference v0.5.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
136+
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
137+
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
138138
github.com/dnaeon/go-vcr v1.1.0 h1:ReYa/UBrRyQdant9B4fNHGoCNKw6qh6P0fsdGmZpR7c=
139139
github.com/dnaeon/go-vcr v1.1.0/go.mod h1:M7tiix8f0r6mKKJ3Yq/kqU1OYf3MnfmBWVbPx/yU9ko=
140140
github.com/docker/cli v26.1.4+incompatible h1:I8PHdc0MtxEADqYJZvhBrW9bo8gawKwwenxRM7/rLu8=

vendor/github.com/distribution/reference/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/distribution/reference/normalize.go

Lines changed: 45 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/distribution/reference/reference.go

Lines changed: 20 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ github.com/davecgh/go-spew/spew
445445
# github.com/dimchansky/utfbom v1.1.1
446446
## explicit
447447
github.com/dimchansky/utfbom
448-
# github.com/distribution/reference v0.5.0
448+
# github.com/distribution/reference v0.6.0
449449
## explicit; go 1.20
450450
github.com/distribution/reference
451451
# github.com/docker/cli v26.1.4+incompatible

0 commit comments

Comments
 (0)