1
1
module github.com/shipwright-io/cli
2
2
3
- go 1.23
3
+ go 1.23.0
4
+
4
5
require (
5
6
github.com/google/go-containerregistry v0.20.3
6
7
github.com/onsi/gomega v1.36.2
7
8
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
8
9
github.com/schollz/progressbar/v3 v3.18.0
9
- github.com/shipwright-io/build v0.14 .0
10
- github.com/spf13/cobra v1.8 .1
10
+ github.com/shipwright-io/build v0.15 .0
11
+ github.com/spf13/cobra v1.9 .1
11
12
github.com/spf13/pflag v1.0.6
12
13
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c
13
- k8s.io/api v0.30.6
14
- k8s.io/apimachinery v0.30.6
15
- k8s.io/cli-runtime v0.30.6
16
- k8s.io/client-go v0.30.6
14
+ k8s.io/api v0.30.9
15
+ k8s.io/apimachinery v0.30.9
16
+ k8s.io/cli-runtime v0.30.9
17
+ k8s.io/client-go v0.30.9
17
18
k8s.io/klog/v2 v2.120.1
18
- k8s.io/kubectl v0.30.6
19
+ k8s.io/kubectl v0.30.9
19
20
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
20
21
)
21
22
22
23
require (
23
- cel.dev/expr v0.18.0 // indirect
24
+ cel.dev/expr v0.19.2 // indirect
24
25
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
25
26
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
26
27
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
@@ -34,19 +35,19 @@ require (
34
35
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
35
36
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
36
37
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
37
- github.com/docker/cli v27.5.0 +incompatible // indirect
38
+ github.com/docker/cli v27.5.1 +incompatible // indirect
38
39
github.com/docker/distribution v2.8.3+incompatible // indirect
39
40
github.com/docker/docker-credential-helpers v0.8.2 // indirect
40
41
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
41
- github.com/evanphx/json-patch v5.9.0 +incompatible // indirect
42
- github.com/evanphx/json-patch/v5 v5.9.0 // indirect
42
+ github.com/evanphx/json-patch v5.9.11 +incompatible // indirect
43
+ github.com/evanphx/json-patch/v5 v5.9.11 // indirect
43
44
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
44
45
github.com/fatih/camelcase v1.0.0 // indirect
45
46
github.com/fvbommel/sortorder v1.1.0 // indirect
46
47
github.com/go-errors/errors v1.5.1 // indirect
47
48
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
48
- github.com/go-git/go-billy/v5 v5.6.0 // indirect
49
- github.com/go-git/go-git/v5 v5.13.0 // indirect
49
+ github.com/go-git/go-billy/v5 v5.6.2 // indirect
50
+ github.com/go-git/go-git/v5 v5.13.2 // indirect
50
51
github.com/go-logr/logr v1.4.2 // indirect
51
52
github.com/go-logr/zapr v1.3.0 // indirect
52
53
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -56,23 +57,23 @@ require (
56
57
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
57
58
github.com/golang/protobuf v1.5.4 // indirect
58
59
github.com/google/btree v1.1.3 // indirect
59
- github.com/google/cel-go v0.22.0 // indirect
60
- github.com/google/gnostic-models v0.6.8 // indirect
60
+ github.com/google/cel-go v0.23.2 // indirect
61
+ github.com/google/gnostic-models v0.6.9 // indirect
61
62
github.com/google/go-cmp v0.6.0 // indirect
62
63
github.com/google/gofuzz v1.2.0 // indirect
63
64
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
64
65
github.com/google/uuid v1.6.0 // indirect
65
66
github.com/gorilla/websocket v1.5.3 // indirect
66
67
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
67
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.23 .0 // indirect
68
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26 .0 // indirect
68
69
github.com/imdario/mergo v0.3.15 // indirect
69
70
github.com/inconshreveable/mousetrap v1.1.0 // indirect
70
71
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
71
72
github.com/josharian/intern v1.0.0 // indirect
72
73
github.com/json-iterator/go v1.1.12 // indirect
73
74
github.com/klauspost/compress v1.17.11 // indirect
74
75
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
75
- github.com/mailru/easyjson v0.7.7 // indirect
76
+ github.com/mailru/easyjson v0.9.0 // indirect
76
77
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
77
78
github.com/mitchellh/go-homedir v1.1.0 // indirect
78
79
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -87,44 +88,44 @@ require (
87
88
github.com/opencontainers/image-spec v1.1.0 // indirect
88
89
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
89
90
github.com/pkg/errors v0.9.1 // indirect
90
- github.com/prometheus/client_golang v1.20.5 // indirect
91
+ github.com/prometheus/client_golang v1.21.0 // indirect
91
92
github.com/prometheus/client_model v0.6.1 // indirect
92
- github.com/prometheus/common v0.60.1 // indirect
93
+ github.com/prometheus/common v0.62.0 // indirect
93
94
github.com/prometheus/procfs v0.15.1 // indirect
94
95
github.com/prometheus/statsd_exporter v0.28.0 // indirect
95
96
github.com/rivo/uniseg v0.4.7 // indirect
96
97
github.com/russross/blackfriday/v2 v2.1.0 // indirect
97
98
github.com/sirupsen/logrus v1.9.3 // indirect
98
99
github.com/stoewer/go-strcase v1.3.0 // indirect
99
- github.com/tektoncd/pipeline v0.65.1 // indirect
100
- github.com/vbatts/tar-split v0.11.6 // indirect
100
+ github.com/tektoncd/pipeline v0.68.0 // indirect
101
+ github.com/vbatts/tar-split v0.12.1 // indirect
101
102
github.com/xlab/treeprint v1.2.0 // indirect
102
103
go.opencensus.io v0.24.0 // indirect
103
104
go.starlark.net v0.0.0-20230814145427-12f4cb8177e4 // indirect
104
105
go.uber.org/multierr v1.11.0 // indirect
105
106
go.uber.org/zap v1.27.0 // indirect
106
- golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
107
- golang.org/x/net v0.33 .0 // indirect
108
- golang.org/x/oauth2 v0.25 .0 // indirect
109
- golang.org/x/sync v0.10 .0 // indirect
110
- golang.org/x/sys v0.29 .0 // indirect
111
- golang.org/x/term v0.28 .0 // indirect
112
- golang.org/x/text v0.21 .0 // indirect
113
- golang.org/x/time v0.8 .0 // indirect
107
+ golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
108
+ golang.org/x/net v0.34 .0 // indirect
109
+ golang.org/x/oauth2 v0.26 .0 // indirect
110
+ golang.org/x/sync v0.11 .0 // indirect
111
+ golang.org/x/sys v0.30 .0 // indirect
112
+ golang.org/x/term v0.29 .0 // indirect
113
+ golang.org/x/text v0.22 .0 // indirect
114
+ golang.org/x/time v0.10 .0 // indirect
114
115
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
115
- google.golang.org/api v0.205 .0 // indirect
116
- google.golang.org/genproto/googleapis/api v0.0.0-20241021214115-324edc3d5d38 // indirect
117
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect
118
- google.golang.org/grpc v1.68 .0 // indirect
119
- google.golang.org/protobuf v1.36.3 // indirect
116
+ google.golang.org/api v0.220 .0 // indirect
117
+ google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
118
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect
119
+ google.golang.org/grpc v1.70 .0 // indirect
120
+ google.golang.org/protobuf v1.36.5 // indirect
120
121
gopkg.in/inf.v0 v0.9.1 // indirect
121
122
gopkg.in/warnings.v0 v0.1.2 // indirect
122
123
gopkg.in/yaml.v2 v2.4.0 // indirect
123
124
gopkg.in/yaml.v3 v3.0.1 // indirect
124
- k8s.io/component-base v0.30.6 // indirect
125
+ k8s.io/component-base v0.30.9 // indirect
125
126
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
126
127
knative.dev/pkg v0.0.0-20240416145024-0f34a8815650 // indirect
127
- sigs.k8s.io/controller-runtime v0.18.5 // indirect
128
+ sigs.k8s.io/controller-runtime v0.18.7 // indirect
128
129
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
129
130
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
130
131
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
0 commit comments