@@ -19,7 +19,7 @@ require (
19
19
github.com/golang/mock v1.6.0
20
20
github.com/hashicorp/go-multierror v1.1.0
21
21
github.com/hashicorp/go-version v1.3.0
22
- github.com/mattn/go-isatty v0.0.12
22
+ github.com/mattn/go-isatty v0.0.14
23
23
github.com/mattn/go-shellwords v1.0.12
24
24
github.com/moby/buildkit v0.8.2-0.20210401015549-df49b648c8bf
25
25
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
@@ -29,7 +29,7 @@ require (
29
29
github.com/pkg/errors v0.9.1
30
30
github.com/sanathkr/go-yaml v0.0.0-20170819195128-ed9d249f429b
31
31
github.com/sirupsen/logrus v1.8.1
32
- github.com/spf13/cobra v1.2.1
32
+ github.com/spf13/cobra v1.3.0
33
33
github.com/spf13/pflag v1.0.5
34
34
github.com/stretchr/testify v1.7.0
35
35
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
@@ -44,7 +44,7 @@ require (
44
44
github.com/Microsoft/hcsshim v0.8.23 // indirect
45
45
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
46
46
github.com/beorn7/perks v1.0.1 // indirect
47
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
47
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
48
48
github.com/cnabio/cnab-go v0.10.0-beta1 // indirect
49
49
github.com/compose-spec/godotenv v1.1.1 // indirect
50
50
github.com/containerd/cgroups v1.0.1 // indirect
@@ -60,9 +60,9 @@ require (
60
60
github.com/gofrs/flock v0.8.0 // indirect
61
61
github.com/gogo/googleapis v1.4.0 // indirect
62
62
github.com/gogo/protobuf v1.3.2 // indirect
63
- github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
63
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
64
64
github.com/golang/protobuf v1.5.2 // indirect
65
- github.com/google/go-cmp v0.5.5 // indirect
65
+ github.com/google/go-cmp v0.5.6 // indirect
66
66
github.com/google/gofuzz v1.1.0 // indirect
67
67
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
68
68
github.com/gorilla/mux v1.8.0 // indirect
@@ -72,21 +72,21 @@ require (
72
72
github.com/imdario/mergo v0.3.12 // indirect
73
73
github.com/inconshreveable/mousetrap v1.0.0 // indirect
74
74
github.com/jaguilar/vt100 v0.0.0-20150826170717-2703a27b14ea // indirect
75
- github.com/json-iterator/go v1.1.11 // indirect
75
+ github.com/json-iterator/go v1.1.12 // indirect
76
76
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
77
77
github.com/klauspost/compress v1.11.13 // indirect
78
78
github.com/kr/pty v1.1.8 // indirect
79
- github.com/mattn/go-colorable v0.1.6 // indirect
79
+ github.com/mattn/go-colorable v0.1.12 // indirect
80
80
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
81
81
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
82
82
github.com/miekg/pkcs11 v1.0.3 // indirect
83
- github.com/mitchellh/mapstructure v1.4.2 // indirect
83
+ github.com/mitchellh/mapstructure v1.4.3 // indirect
84
84
github.com/moby/locker v1.0.1 // indirect
85
85
github.com/moby/sys/mount v0.2.0 // indirect
86
86
github.com/moby/sys/mountinfo v0.4.1 // indirect
87
87
github.com/moby/sys/symlink v0.1.0 // indirect
88
88
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
89
- github.com/modern-go/reflect2 v1.0.1 // indirect
89
+ github.com/modern-go/reflect2 v1.0.2 // indirect
90
90
github.com/opencontainers/runc v1.0.2 // indirect
91
91
github.com/opentracing/opentracing-go v1.2.0 // indirect
92
92
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -104,16 +104,16 @@ require (
104
104
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
105
105
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
106
106
go.opencensus.io v0.23.0 // indirect
107
- golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
108
- golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
109
- golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect
110
- golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
107
+ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
108
+ golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
109
+ golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
110
+ golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
111
111
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
112
- golang.org/x/text v0.3.5 // indirect
112
+ golang.org/x/text v0.3.7 // indirect
113
113
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
114
114
google.golang.org/appengine v1.6.7 // indirect
115
- google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
116
- google.golang.org/grpc v1.38 .0 // indirect
115
+ google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
116
+ google.golang.org/grpc v1.42 .0 // indirect
117
117
google.golang.org/protobuf v1.27.1 // indirect
118
118
gopkg.in/inf.v0 v0.9.1 // indirect
119
119
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments