@@ -3,73 +3,70 @@ module github.com/shipwright-io/cli
3
3
go 1.18
4
4
5
5
require (
6
- github.com/google/go-containerregistry v0.8.1-0.20220216220642-00c59d91847c
6
+ github.com/google/go-containerregistry v0.9.0
7
7
github.com/onsi/gomega v1.19.0
8
8
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
9
9
github.com/schollz/progressbar/v3 v3.8.6
10
- github.com/shipwright-io/build v0.9 .0
10
+ github.com/shipwright-io/build v0.10 .0
11
11
github.com/spf13/cobra v1.4.0
12
12
github.com/spf13/pflag v1.0.5
13
13
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c
14
- k8s.io/api v0.23.4
15
- k8s.io/apimachinery v0.23.4
14
+ k8s.io/api v0.23.5
15
+ k8s.io/apimachinery v0.23.5
16
16
k8s.io/cli-runtime v0.23.4
17
17
k8s.io/client-go v1.5.2
18
- k8s.io/klog/v2 v2.40.1
18
+ k8s.io/klog/v2 v2.60.1-0.20220317184644-43cc75f9ae89
19
19
k8s.io/kubectl v0.23.4
20
20
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
21
21
)
22
22
23
23
require (
24
- cloud.google.com/go/compute v1.5.0 // indirect
24
+ cloud.google.com/go/compute v1.6.1 // indirect
25
25
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
26
26
contrib.go.opencensus.io/exporter/prometheus v0.4.1 // indirect
27
27
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
28
28
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
29
- github.com/Azure/go-autorest/autorest v0.11.25 // indirect
30
- github.com/Azure/go-autorest/autorest/adal v0.9.18 // indirect
29
+ github.com/Azure/go-autorest/autorest v0.11.27 // indirect
30
+ github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
31
31
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
32
32
github.com/Azure/go-autorest/logger v0.2.1 // indirect
33
33
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
34
34
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
35
- github.com/PuerkitoBio/purell v1.1.1 // indirect
36
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
37
35
github.com/acomagu/bufpipe v1.0.3 // indirect
38
36
github.com/beorn7/perks v1.0.1 // indirect
39
37
github.com/blendle/zapdriver v1.3.1 // indirect
40
38
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
41
39
github.com/cespare/xxhash/v2 v2.1.2 // indirect
42
40
github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 // indirect
43
- github.com/containerd/stargz-snapshotter/estargz v0.11.3 // indirect
44
- github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
41
+ github.com/containerd/stargz-snapshotter/estargz v0.11.4 // indirect
42
+ github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
45
43
github.com/davecgh/go-spew v1.1.1 // indirect
46
- github.com/docker/cli v20.10.14 +incompatible // indirect
44
+ github.com/docker/cli v20.10.16 +incompatible // indirect
47
45
github.com/docker/distribution v2.8.1+incompatible // indirect
48
- github.com/docker/docker v20.10.14 +incompatible // indirect
46
+ github.com/docker/docker v20.10.16 +incompatible // indirect
49
47
github.com/docker/docker-credential-helpers v0.6.4 // indirect
50
48
github.com/emicklei/go-restful v2.15.0+incompatible // indirect
51
49
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
52
50
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
53
51
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
54
52
github.com/fatih/camelcase v1.0.0 // indirect
55
53
github.com/fvbommel/sortorder v1.0.1 // indirect
56
- github.com/ghodss/yaml v1.0.0 // indirect
57
54
github.com/go-errors/errors v1.0.1 // indirect
58
55
github.com/go-git/gcfg v1.5.0 // indirect
59
56
github.com/go-git/go-billy/v5 v5.3.1 // indirect
60
57
github.com/go-git/go-git/v5 v5.4.2 // indirect
61
- github.com/go-kit/log v0.2.0 // indirect
58
+ github.com/go-kit/log v0.2.1 // indirect
62
59
github.com/go-logfmt/logfmt v0.5.1 // indirect
63
60
github.com/go-logr/logr v1.2.3 // indirect
64
61
github.com/go-openapi/jsonpointer v0.19.5 // indirect
65
- github.com/go-openapi/jsonreference v0.19.6 // indirect
62
+ github.com/go-openapi/jsonreference v0.20.0 // indirect
66
63
github.com/go-openapi/swag v0.21.1 // indirect
67
64
github.com/gogo/protobuf v1.3.2 // indirect
68
65
github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
69
66
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
70
67
github.com/golang/protobuf v1.5.2 // indirect
71
68
github.com/google/btree v1.0.1 // indirect
72
- github.com/google/go-cmp v0.5.7 // indirect
69
+ github.com/google/go-cmp v0.5.8 // indirect
73
70
github.com/google/gofuzz v1.2.0 // indirect
74
71
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
75
72
github.com/google/uuid v1.3.0 // indirect
@@ -78,12 +75,12 @@ require (
78
75
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
79
76
github.com/hashicorp/errwrap v1.1.0 // indirect
80
77
github.com/hashicorp/go-multierror v1.1.1 // indirect
81
- github.com/imdario/mergo v0.3.12 // indirect
78
+ github.com/imdario/mergo v0.3.13 // indirect
82
79
github.com/inconshreveable/mousetrap v1.0.0 // indirect
83
80
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
84
81
github.com/josharian/intern v1.0.0 // indirect
85
82
github.com/json-iterator/go v1.1.12 // indirect
86
- github.com/klauspost/compress v1.15.1 // indirect
83
+ github.com/klauspost/compress v1.15.5 // indirect
87
84
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
88
85
github.com/mailru/easyjson v0.7.7 // indirect
89
86
github.com/mattn/go-runewidth v0.0.13 // indirect
@@ -101,17 +98,17 @@ require (
101
98
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
102
99
github.com/pkg/errors v0.9.1 // indirect
103
100
github.com/pmezard/go-difflib v1.0.0 // indirect
104
- github.com/prometheus/client_golang v1.12.1 // indirect
101
+ github.com/prometheus/client_golang v1.12.2 // indirect
105
102
github.com/prometheus/client_model v0.2.0 // indirect
106
- github.com/prometheus/common v0.33 .0 // indirect
103
+ github.com/prometheus/common v0.34 .0 // indirect
107
104
github.com/prometheus/procfs v0.7.3 // indirect
108
- github.com/prometheus/statsd_exporter v0.22.4 // indirect
105
+ github.com/prometheus/statsd_exporter v0.22.5 // indirect
109
106
github.com/rivo/uniseg v0.2.0 // indirect
110
107
github.com/russross/blackfriday v1.6.0 // indirect
111
108
github.com/russross/blackfriday/v2 v2.1.0 // indirect
112
109
github.com/sirupsen/logrus v1.8.1 // indirect
113
110
github.com/stretchr/testify v1.7.0 // indirect
114
- github.com/tektoncd/pipeline v0.34 .1 // indirect
111
+ github.com/tektoncd/pipeline v0.35 .1 // indirect
115
112
github.com/vbatts/tar-split v0.11.2 // indirect
116
113
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
117
114
go.opencensus.io v0.23.0 // indirect
@@ -120,26 +117,26 @@ require (
120
117
go.uber.org/multierr v1.8.0 // indirect
121
118
go.uber.org/zap v1.21.0 // indirect
122
119
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
123
- golang.org/x/net v0.0.0-20220403103023-749bd193bc2b // indirect
124
- golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
125
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
126
- golang.org/x/sys v0.0.0-20220403205710-6acee93ad0eb // indirect
120
+ golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
121
+ golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
122
+ golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
123
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
127
124
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
128
125
golang.org/x/text v0.3.7 // indirect
129
126
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
130
127
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
131
- google.golang.org/api v0.74 .0 // indirect
128
+ google.golang.org/api v0.81 .0 // indirect
132
129
google.golang.org/appengine v1.6.7 // indirect
133
- google.golang.org/genproto v0.0.0-20220401170504-314d38edb7de // indirect
134
- google.golang.org/grpc v1.45.0 // indirect
130
+ google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
131
+ google.golang.org/grpc v1.46.2 // indirect
135
132
google.golang.org/protobuf v1.28.0 // indirect
136
133
gopkg.in/inf.v0 v0.9.1 // indirect
137
134
gopkg.in/warnings.v0 v0.1.2 // indirect
138
135
gopkg.in/yaml.v2 v2.4.0 // indirect
139
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
136
+ gopkg.in/yaml.v3 v3.0.1 // indirect
140
137
k8s.io/component-base v0.23.4 // indirect
141
138
k8s.io/kube-openapi v0.0.0-20220124234850-424119656bbf // indirect
142
- knative.dev/pkg v0.0.0-20220131144930-f4b57aef0006 // indirect
139
+ knative.dev/pkg v0.0.0-20220329144915-0a1ec2e0d46c // indirect
143
140
sigs.k8s.io/controller-runtime v0.11.1 // indirect
144
141
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
145
142
sigs.k8s.io/kustomize/api v0.10.1 // indirect
0 commit comments