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 | |
| 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')
| -rw-r--r-- | services/worker/go.mod | 2 | ||||
| -rw-r--r-- | services/worker/go.sum | 4 |
2 files changed, 3 insertions, 3 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 diff --git a/services/worker/go.sum b/services/worker/go.sum index 8a61ca7..382bb1f 100644 --- a/services/worker/go.sum +++ b/services/worker/go.sum @@ -31,8 +31,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk= github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= -github.com/docker/docker v27.3.1+incompatible h1:KttF0XoteNTicmUtBO0L2tP+J7FGRFTjaEF4k6WdhfI= -github.com/docker/docker v27.3.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v28.0.0+incompatible h1:Olh0KS820sJ7nPsBKChVhk5pzqcwDR15fumfAd/p9hM= +github.com/docker/docker v28.0.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c= github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc= github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4= |