diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-02-07 14:33:22 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-07 14:33:22 +0000 |
| commit | cc3345ab660aff1cd107456dc7bd43ddee41b248 (patch) | |
| tree | 6d2db6e2f692c8fc10edf5e4902677cdcd2fd3fd /services/worker/go.mod | |
| parent | fix: space/shift+space scrolls focused panel, revert content font, fix share ... (diff) | |
| download | asa.news-dependabot/go_modules/services/worker/github.com/docker/docker-28.0.0incompatible.tar.xz asa.news-dependabot/go_modules/services/worker/github.com/docker/docker-28.0.0incompatible.zip | |
build(deps): bump github.com/docker/docker in /services/workerdependabot/go_modules/services/worker/github.com/docker/docker-28.0.0incompatible
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.3.1+incompatible to 28.0.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v27.3.1...v28.0.0)
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-version: 28.0.0+incompatible
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'services/worker/go.mod')
| -rw-r--r-- | services/worker/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/worker/go.mod b/services/worker/go.mod index 2588959..606944b 100644 --- a/services/worker/go.mod +++ b/services/worker/go.mod @@ -24,7 +24,7 @@ require ( github.com/cpuguy83/dockercfg v0.3.2 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/distribution/reference v0.6.0 // indirect - github.com/docker/docker v27.3.1+incompatible // indirect + github.com/docker/docker v28.0.0+incompatible // indirect github.com/docker/go-connections v0.5.0 // indirect github.com/docker/go-units v0.5.0 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect |