summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRenovate Bot <bot@kriese.eu>2024-12-07 01:01:14 +0100
committerRenovate Bot <bot@kriese.eu>2024-12-07 01:01:14 +0100
commit79f6adc4d2d4105651cc0945fbaca4bc2993a7d5 (patch)
treef3c0b681e428b92d3afc91da8c737beb39f6f636 /go.mod
parentMerge pull request 'ci: use new ci image' (#361) from ci/use-ci-image into main (diff)
downloadforgejo-runner-79f6adc4d2d4105651cc0945fbaca4bc2993a7d5.tar.xz
forgejo-runner-79f6adc4d2d4105651cc0945fbaca4bc2993a7d5.zip
Update module github.com/docker/docker to v25.0.7+incompatible
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 643f771..1aa2380 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
code.gitea.io/gitea-vet v0.2.3
connectrpc.com/connect v1.17.0
github.com/avast/retry-go/v4 v4.6.0
- github.com/docker/docker v25.0.6+incompatible
+ github.com/docker/docker v25.0.7+incompatible
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-isatty v0.0.20