@@ -7,8 +7,9 @@ require (
7
7
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
8
8
github.com/araddon/dateparse v0.0.0-20210207001429-0eec95c9db7e
9
9
github.com/aws/aws-sdk-go v1.33.8
10
+ github.com/containerd/containerd v1.5.2 // indirect
10
11
github.com/docker/cli v0.0.0-20200721130541-80fd48bcb7e7
11
- github.com/docker/docker v20.10.5+incompatible
12
+ github.com/docker/docker v1.13.1
12
13
github.com/docker/go-connections v0.4.0
13
14
github.com/dustin/go-humanize v1.0.0
14
15
github.com/go-ole/go-ole v1.2.4 // indirect
@@ -19,18 +20,18 @@ require (
19
20
github.com/jackc/pgx/v4 v4.9.0
20
21
github.com/lib/pq v1.8.0
21
22
github.com/morikuni/aec v1.0.0 // indirect
22
- github.com/opencontainers/image-spec v1.0.1
23
23
github.com/pkg/errors v0.9.1
24
24
github.com/robfig/cron/v3 v3.0.1
25
25
github.com/rs/xid v1.2.1
26
26
github.com/sergi/go-diff v1.1.0
27
27
github.com/sethvargo/go-password v0.2.0
28
28
github.com/shirou/gopsutil v2.20.9+incompatible
29
29
github.com/stretchr/testify v1.7.0
30
- github.com/testcontainers/testcontainers-go v0.10 .0
30
+ github.com/testcontainers/testcontainers-go v0.8 .0
31
31
github.com/urfave/cli/v2 v2.1.1
32
- golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
32
+ golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
33
33
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
34
+ google.golang.org/grpc v1.38.0 // indirect
34
35
gopkg.in/yaml.v2 v2.4.0
35
36
)
36
37
0 commit comments