@@ -9,7 +9,7 @@ require (
99 github.com/aws/aws-sdk-go v1.33.8
1010 github.com/containerd/containerd v1.5.2 // indirect
1111 github.com/docker/cli v0.0.0-20200721130541-80fd48bcb7e7
12- github.com/docker/docker v1.13.1
12+ github.com/docker/docker v20.10.10+incompatible
1313 github.com/docker/go-connections v0.4.0
1414 github.com/docker/go-units v0.4.0
1515 github.com/dustin/go-humanize v1.0.0
@@ -20,6 +20,7 @@ require (
2020 github.com/jackc/pgtype v1.5.0
2121 github.com/jackc/pgx/v4 v4.9.0
2222 github.com/lib/pq v1.8.0
23+ github.com/moby/sys/mount v0.3.0 // indirect
2324 github.com/morikuni/aec v1.0.0 // indirect
2425 github.com/pkg/errors v0.9.1
2526 github.com/robfig/cron/v3 v3.0.1
@@ -28,12 +29,10 @@ require (
2829 github.com/sethvargo/go-password v0.2.0
2930 github.com/shirou/gopsutil v2.20.9+incompatible
3031 github.com/stretchr/testify v1.7.0
31- github.com/testcontainers/testcontainers-go v0.8.0
32+ github.com/testcontainers/testcontainers-go v0.11.1
3233 github.com/urfave/cli/v2 v2.1.1
3334 golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
3435 golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
3536 google.golang.org/grpc v1.38.0 // indirect
3637 gopkg.in/yaml.v2 v2.4.0
3738)
38-
39- replace github.com/docker/docker v1.13.1 => github.com/docker/engine v0.0.0-20200618181300-9dc6525e6118
0 commit comments