Merge pull request #53131 from renovate-bot/renovate/github.com-docker-go-events-digest

fix(deps): update github.com/docker/go-events digest to 1ee7122
This commit is contained in:
Sebastiaan van Stijn
2026-07-23 14:29:00 +02:00
committed by GitHub
4 changed files with 4 additions and 5 deletions

2
go.mod
View File

@@ -41,7 +41,7 @@ require (
github.com/distribution/reference v0.6.0
github.com/docker/distribution v2.8.3+incompatible
github.com/docker/go-connections v0.7.0
github.com/docker/go-events v0.0.0-20260608200158-dbf6103125a4
github.com/docker/go-events v0.0.0-20260713150650-1ee7122bc07b
github.com/docker/go-metrics v0.0.1
github.com/docker/go-units v0.5.0
github.com/fluent/fluent-logger-golang v1.10.1

4
go.sum
View File

@@ -235,8 +235,8 @@ github.com/docker/docker-credential-helpers v0.9.8 h1:bIREROb7So6PRlq6KTtdS9MPEj
github.com/docker/docker-credential-helpers v0.9.8/go.mod h1:v1S+hepowrQXITkEfw6o4+BMbGot02wiKpzWhGUZK6c=
github.com/docker/go-connections v0.7.0 h1:6SsRfJddP22WMrCkj19x9WKjEDTB+ahsdiGYf0mN39c=
github.com/docker/go-connections v0.7.0/go.mod h1:no1qkHdjq7kLMGUXYAduOhYPSJxxvgWBh7ogVvptn3Q=
github.com/docker/go-events v0.0.0-20260608200158-dbf6103125a4 h1:Bj+mzWc7MJqqD0UzTaPmwszW3ttOVjSFi84ZU5l+2I0=
github.com/docker/go-events v0.0.0-20260608200158-dbf6103125a4/go.mod h1:Uw6UezgYA44ePAFQYUehOuCzmy5zmg/+nl2ZfMWGkpA=
github.com/docker/go-events v0.0.0-20260713150650-1ee7122bc07b h1:hNHejR92DFL4bzroHmZC1MQqt7WbgSFRt/Y0XqpJxIE=
github.com/docker/go-events v0.0.0-20260713150650-1ee7122bc07b/go.mod h1:Uw6UezgYA44ePAFQYUehOuCzmy5zmg/+nl2ZfMWGkpA=
github.com/docker/go-metrics v0.0.1 h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=
github.com/docker/go-metrics v0.0.1/go.mod h1:cG1hvH2utMXtqgqqYE9plW6lDxS3/5ayHzueweSI3Vw=
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=

View File

@@ -2,7 +2,6 @@
[![GoDoc](https://godoc.org/github.com/docker/go-events?status.svg)](https://godoc.org/github.com/docker/go-events)
[![ci](https://github.com/docker/go-events/actions/workflows/ci.yml/badge.svg)](https://github.com/docker/go-events/actions/workflows/ci.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/docker/go-events)](https://goreportcard.com/report/github.com/docker/go-events)
The Docker `events` package implements a composable event distribution package
for Go.

2
vendor/modules.txt vendored
View File

@@ -630,7 +630,7 @@ github.com/docker/distribution/registry/storage/cache/memory
## explicit; go 1.23
github.com/docker/go-connections/sockets
github.com/docker/go-connections/tlsconfig
# github.com/docker/go-events v0.0.0-20260608200158-dbf6103125a4
# github.com/docker/go-events v0.0.0-20260713150650-1ee7122bc07b
## explicit
github.com/docker/go-events
# github.com/docker/go-metrics v0.0.1