Skip to content

Commit 48ea3fa

Browse files
committed
vendor: github.com/docker/go-events v0.0.0-20250114142523-c867878c5e32
full diff: docker/go-events@e31b211...c867878 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 05220c5) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 44fb305 commit 48ea3fa

File tree

7 files changed

+61
-5
lines changed

7 files changed

+61
-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-20190806004212-e31b211e4f1c // indirect
76+
github.com/docker/go-events v0.0.0-20250114142523-c867878c5e32 // 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
@@ -66,8 +66,8 @@ github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c/go.mod h1:CADgU4DSXK
6666
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
6767
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
6868
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
69-
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=
70-
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c/go.mod h1:Uw6UezgYA44ePAFQYUehOuCzmy5zmg/+nl2ZfMWGkpA=
69+
github.com/docker/go-events v0.0.0-20250114142523-c867878c5e32 h1:EHZfspsnLAz8Hzccd67D5abwLiqoqym2jz/jOS39mCk=
70+
github.com/docker/go-events v0.0.0-20250114142523-c867878c5e32/go.mod h1:Uw6UezgYA44ePAFQYUehOuCzmy5zmg/+nl2ZfMWGkpA=
7171
github.com/docker/go-metrics v0.0.0-20180209012529-399ea8c73916/go.mod h1:/u0gXw0Gay3ceNrsHubL3BtdOL2fHf93USgMTe0W5dI=
7272
github.com/docker/go-metrics v0.0.1 h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=
7373
github.com/docker/go-metrics v0.0.1/go.mod h1:cG1hvH2utMXtqgqqYE9plW6lDxS3/5ayHzueweSI3Vw=

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

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

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

Lines changed: 36 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/vendor.mod

Lines changed: 5 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/vendor.sum

Lines changed: 16 additions & 0 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
@@ -108,7 +108,7 @@ github.com/docker/go/canonical/json
108108
github.com/docker/go-connections/nat
109109
github.com/docker/go-connections/sockets
110110
github.com/docker/go-connections/tlsconfig
111-
# github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
111+
# github.com/docker/go-events v0.0.0-20250114142523-c867878c5e32
112112
## explicit
113113
github.com/docker/go-events
114114
# github.com/docker/go-metrics v0.0.1

0 commit comments

Comments
 (0)