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

Add methods to get containers

This commit is contained in:
kolaente
2021-08-18 20:09:45 +02:00
parent 07b38fae0b
commit f7ef42b932
4 changed files with 990 additions and 0 deletions

11
go.mod
View File

@@ -1,3 +1,14 @@
module kolaente.dev/konrad/docker-db-backup
go 1.16
require (
github.com/containerd/containerd v1.5.5 // indirect
github.com/docker/docker v20.10.8+incompatible
github.com/docker/go-connections v0.4.0 // indirect
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
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/grpc v1.40.0 // indirect
)