3
0
mirror of https://github.com/kolaente/docker-db-backup.git synced 2026-03-25 05:53:48 +01:00

fix(deps): update module github.com/docker/docker to v20.10.27+incompatible (#2)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-07 09:03:52 +01:00
committed by GitHub
parent 4367821b25
commit 6f21033bc6
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module kolaente.dev/konrad/docker-db-backup
go 1.21
require (
github.com/docker/docker v20.10.8+incompatible
github.com/docker/docker v20.10.27+incompatible
github.com/robfig/cron/v3 v3.0.1
)