Skip to content

Commit 8b788ff

Browse files
authored
Merge pull request containerd#10015 from containerd/dependabot/go_modules/github.com/distribution/reference-0.6.0
build(deps): bump github.com/distribution/reference from 0.5.0 to 0.6.0
2 parents 4c5f2bc + 362fcf2 commit 8b788ff

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/containernetworking/plugins v1.4.1
2929
github.com/coreos/go-systemd/v22 v22.5.0
3030
github.com/davecgh/go-spew v1.1.1
31-
github.com/distribution/reference v0.5.0
31+
github.com/distribution/reference v0.6.0
3232
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
3333
github.com/docker/go-metrics v0.0.1
3434
github.com/docker/go-units v0.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
109109
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
110110
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
111111
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
112-
github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=
113-
github.com/distribution/reference v0.5.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
112+
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
113+
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
114114
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=
115115
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c/go.mod h1:Uw6UezgYA44ePAFQYUehOuCzmy5zmg/+nl2ZfMWGkpA=
116116
github.com/docker/go-metrics v0.0.1 h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=

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
@@ -184,7 +184,7 @@ github.com/cpuguy83/go-md2man/v2/md2man
184184
# github.com/davecgh/go-spew v1.1.1
185185
## explicit
186186
github.com/davecgh/go-spew/spew
187-
# github.com/distribution/reference v0.5.0
187+
# github.com/distribution/reference v0.6.0
188188
## explicit; go 1.20
189189
github.com/distribution/reference
190190
# github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c

0 commit comments

Comments
 (0)