Skip to content

Commit bbb3f92

Browse files
committed
vendor: github.com/docker/docker-credential-helpers v0.8.2
full diff: docker/docker-credential-helpers@v0.8.0...v0.8.2 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 64c3f30 commit bbb3f92

File tree

5 files changed

+16
-20
lines changed

5 files changed

+16
-20
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ require (
134134
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
135135
github.com/davecgh/go-spew v1.1.1 // indirect
136136
github.com/dimchansky/utfbom v1.1.1 // indirect
137-
github.com/docker/docker-credential-helpers v0.8.0 // indirect
137+
github.com/docker/docker-credential-helpers v0.8.2 // indirect
138138
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
139139
github.com/docker/go-metrics v0.0.1 // indirect
140140
github.com/felixge/fgprof v0.9.3 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ github.com/docker/cli v26.1.4+incompatible h1:I8PHdc0MtxEADqYJZvhBrW9bo8gawKwwen
141141
github.com/docker/cli v26.1.4+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
142142
github.com/docker/docker v26.1.4+incompatible h1:vuTpXDuoga+Z38m1OZHzl7NKisKWaWlhjQk7IDPSLsU=
143143
github.com/docker/docker v26.1.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
144-
github.com/docker/docker-credential-helpers v0.8.0 h1:YQFtbBQb4VrpoPxhFuzEBPQ9E16qz5SpHLS+uswaCp8=
145-
github.com/docker/docker-credential-helpers v0.8.0/go.mod h1:UGFXcuoQ5TxPiB54nHOZ32AWRqQdECoh/Mg0AlEYb40=
144+
github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo=
145+
github.com/docker/docker-credential-helpers v0.8.2/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M=
146146
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
147147
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
148148
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=

vendor/github.com/docker/docker-credential-helpers/client/client.go

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

vendor/github.com/docker/docker-credential-helpers/credentials/error.go

Lines changed: 7 additions & 4 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
@@ -491,7 +491,7 @@ github.com/docker/docker/pkg/pools
491491
github.com/docker/docker/pkg/reexec
492492
github.com/docker/docker/pkg/system
493493
github.com/docker/docker/profiles/seccomp
494-
# github.com/docker/docker-credential-helpers v0.8.0
494+
# github.com/docker/docker-credential-helpers v0.8.2
495495
## explicit; go 1.19
496496
github.com/docker/docker-credential-helpers/client
497497
github.com/docker/docker-credential-helpers/credentials

0 commit comments

Comments
 (0)