3
0
mirror of https://kolaente.dev/konrad/docker-db-backup.git synced 2026-01-10 02:50:08 +01:00

feat: replace interval with a proper cron schedule

This commit is contained in:
kolaente
2021-12-30 12:57:58 +01:00
parent 7b8e1d187c
commit 9cecce4f2d
5 changed files with 20 additions and 19 deletions

1
go.mod
View File

@@ -9,6 +9,7 @@ require (
github.com/gorilla/mux v1.8.0 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/robfig/cron/v3 v3.0.1
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/grpc v1.40.0 // indirect
)