@@ -10,20 +10,20 @@ require (
10
10
github.com/AlecAivazis/survey/v2 v2.1.1
11
11
github.com/Azure/azure-sdk-for-go v43.3.0+incompatible
12
12
github.com/Azure/azure-storage-file-go v0.8.0
13
- github.com/Azure/go-autorest/autorest v0.11.4
14
- github.com/Azure/go-autorest/autorest/adal v0.9.2
15
- github.com/Azure/go-autorest/autorest/azure/auth v0.5.1
16
- github.com/Azure/go-autorest/autorest/azure/cli v0.4.0
13
+ github.com/Azure/go-autorest/autorest v0.11.10
14
+ github.com/Azure/go-autorest/autorest/adal v0.9.5
15
+ github.com/Azure/go-autorest/autorest/azure/auth v0.5.3
16
+ github.com/Azure/go-autorest/autorest/azure/cli v0.4.2
17
17
github.com/Azure/go-autorest/autorest/date v0.3.0
18
18
github.com/Azure/go-autorest/autorest/to v0.4.0
19
19
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
20
20
github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5
21
21
github.com/Microsoft/hcsshim v0.8.9 // indirect
22
- github.com/aws/aws-sdk-go v1.35.7
23
- github.com/awslabs/goformation/v4 v4.15.2
22
+ github.com/aws/aws-sdk-go v1.35.15
23
+ github.com/awslabs/goformation/v4 v4.15.3
24
24
github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129
25
25
github.com/compose-spec/compose-go v0.0.0-20201005072614-3b6106793209
26
- github.com/containerd/console v1.0.0
26
+ github.com/containerd/console v1.0.1
27
27
github.com/containerd/containerd v1.3.5 // indirect
28
28
github.com/docker/cli v0.0.0-20200528204125-dd360c7c0de8
29
29
github.com/docker/distribution v0.0.0-00010101000000-000000000000 // indirect
@@ -35,36 +35,34 @@ require (
35
35
github.com/gobwas/pool v0.2.0 // indirect
36
36
github.com/gobwas/ws v1.0.4
37
37
github.com/golang/mock v1.4.4
38
- github.com/golang/protobuf v1.4.2
38
+ github.com/golang/protobuf v1.4.3
39
39
github.com/google/go-cmp v0.5.2
40
40
github.com/google/uuid v1.1.2
41
41
github.com/gorilla/mux v1.7.4 // indirect
42
42
github.com/hashicorp/go-multierror v1.1.0
43
43
github.com/joho/godotenv v1.3.0
44
44
github.com/labstack/echo v3.3.10+incompatible
45
45
github.com/labstack/gommon v0.3.0 // indirect
46
- github.com/moby/term v0.0.0-20200611042045-63b9a826fb74
46
+ github.com/moby/term v0.0.0-20200915141129-7f0af18e79f2
47
47
github.com/morikuni/aec v1.0.0
48
- github.com/onsi/gomega v1.10.1 // indirect
49
48
github.com/opencontainers/go-digest v1.0.0
50
49
github.com/opencontainers/runc v0.1.1 // indirect
51
50
github.com/pkg/errors v0.9.1
52
- github.com/prometheus/tsdb v0.7.1
51
+ github.com/prometheus/tsdb v0.10.0
53
52
github.com/sanathkr/go-yaml v0.0.0-20170819195128-ed9d249f429b
54
53
github.com/sirupsen/logrus v1.7.0
55
- github.com/smartystreets/goconvey v1.6.4 // indirect
56
- github.com/spf13/cobra v1.0.0
54
+ github.com/spf13/cobra v1.1.1
57
55
github.com/spf13/pflag v1.0.5
58
56
github.com/stretchr/testify v1.6.1
59
57
github.com/valyala/fasttemplate v1.2.1 // indirect
60
58
golang.org/x/mod v0.3.0
61
- golang.org/x/net v0.0.0-20200822124328-c89045814202
59
+ golang.org/x/net v0.0.0-20201026091529-146b70c837a4
62
60
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
63
- golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
64
- google.golang.org/grpc v1.32.0
61
+ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
62
+ google.golang.org/grpc v1.33.1
65
63
google.golang.org/protobuf v1.25.0
66
64
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
67
- gopkg.in/ini.v1 v1.61 .0
65
+ gopkg.in/ini.v1 v1.62 .0
68
66
gotest.tools v2.2.0+incompatible
69
- gotest.tools/v3 v3.0.2
67
+ gotest.tools/v3 v3.0.3
70
68
)
0 commit comments