Skip to content

Commit 6d1c037

Browse files
committed
vendor: github.com/docker/go-events v0.0.0-20250808211157-605354379745
full diff: docker/go-events@c867878...6053543 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent f369c5b commit 6d1c037

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

vendor.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ require (
7373
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7474
github.com/containerd/errdefs/pkg v0.3.0 // indirect
7575
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
76-
github.com/docker/go-events v0.0.0-20250114142523-c867878c5e32 // indirect
76+
github.com/docker/go-events v0.0.0-20250808211157-605354379745 // indirect
7777
github.com/docker/go-metrics v0.0.1 // indirect
7878
github.com/felixge/httpsnoop v1.0.4 // indirect
7979
github.com/go-logr/logr v1.4.2 // indirect

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c/go.mod h1:CADgU4DSXK
6464
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
6565
github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pMmjSD94=
6666
github.com/docker/go-connections v0.6.0/go.mod h1:AahvXYshr6JgfUJGdDCs2b5EZG/vmaMAntpSFH5BFKE=
67-
github.com/docker/go-events v0.0.0-20250114142523-c867878c5e32 h1:EHZfspsnLAz8Hzccd67D5abwLiqoqym2jz/jOS39mCk=
68-
github.com/docker/go-events v0.0.0-20250114142523-c867878c5e32/go.mod h1:Uw6UezgYA44ePAFQYUehOuCzmy5zmg/+nl2ZfMWGkpA=
67+
github.com/docker/go-events v0.0.0-20250808211157-605354379745 h1:yOn6Ze6IbYI/KAw2lw/83ELYvZh6hvsygTVkD0dzMC4=
68+
github.com/docker/go-events v0.0.0-20250808211157-605354379745/go.mod h1:Uw6UezgYA44ePAFQYUehOuCzmy5zmg/+nl2ZfMWGkpA=
6969
github.com/docker/go-metrics v0.0.0-20180209012529-399ea8c73916/go.mod h1:/u0gXw0Gay3ceNrsHubL3BtdOL2fHf93USgMTe0W5dI=
7070
github.com/docker/go-metrics v0.0.1 h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=
7171
github.com/docker/go-metrics v0.0.1/go.mod h1:cG1hvH2utMXtqgqqYE9plW6lDxS3/5ayHzueweSI3Vw=

vendor/github.com/docker/go-events/README.md

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

vendor/github.com/docker/go-events/retry.go

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/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ github.com/docker/go/canonical/json
7777
github.com/docker/go-connections/nat
7878
github.com/docker/go-connections/sockets
7979
github.com/docker/go-connections/tlsconfig
80-
# github.com/docker/go-events v0.0.0-20250114142523-c867878c5e32
80+
# github.com/docker/go-events v0.0.0-20250808211157-605354379745
8181
## explicit
8282
github.com/docker/go-events
8383
# github.com/docker/go-metrics v0.0.1

0 commit comments

Comments
 (0)