1
1
module securesign/sigstore-ocp/tas-installer
2
2
3
- go 1.20
3
+ go 1.22.0
4
+
5
+ toolchain go1.23.0
4
6
5
7
require (
6
8
github.com/spf13/cobra v1.8.0
7
- golang.org/x/term v0.14 .0
9
+ golang.org/x/term v0.21 .0
8
10
helm.sh/helm/v3 v3.13.2
9
- k8s.io/api v0.28.4
10
- k8s.io/apimachinery v0.28.4
11
- k8s.io/client-go v0.28.4
11
+ k8s.io/api v0.31.0
12
+ k8s.io/apimachinery v0.31.0
13
+ k8s.io/client-go v0.31.0
12
14
)
13
15
14
16
require (
@@ -37,13 +39,15 @@ require (
37
39
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
38
40
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
39
41
github.com/fatih/color v1.13.0 // indirect
42
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
40
43
github.com/go-errors/errors v1.4.2 // indirect
41
44
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
42
45
github.com/go-logr/stdr v1.2.2 // indirect
43
46
github.com/gobwas/glob v0.2.3 // indirect
44
47
github.com/google/btree v1.0.1 // indirect
45
48
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
46
49
github.com/gorilla/mux v1.8.0 // indirect
50
+ github.com/gorilla/websocket v1.5.0 // indirect
47
51
github.com/gosuri/uitable v0.0.4 // indirect
48
52
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
49
53
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -63,10 +67,11 @@ require (
63
67
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
64
68
github.com/mitchellh/reflectwalk v1.0.2 // indirect
65
69
github.com/moby/locker v1.0.1 // indirect
66
- github.com/moby/spdystream v0.2 .0 // indirect
70
+ github.com/moby/spdystream v0.4 .0 // indirect
67
71
github.com/moby/term v0.5.0 // indirect
68
72
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
69
73
github.com/morikuni/aec v1.0.0 // indirect
74
+ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
70
75
github.com/opencontainers/go-digest v1.0.0 // indirect
71
76
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
72
77
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
@@ -80,16 +85,17 @@ require (
80
85
github.com/shopspring/decimal v1.3.1 // indirect
81
86
github.com/sirupsen/logrus v1.9.3 // indirect
82
87
github.com/spf13/cast v1.5.0 // indirect
88
+ github.com/x448/float16 v0.8.4 // indirect
83
89
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
84
90
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
85
91
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
86
92
github.com/xlab/treeprint v1.2.0 // indirect
87
93
go.opentelemetry.io/otel v1.14.0 // indirect
88
94
go.opentelemetry.io/otel/trace v1.14.0 // indirect
89
95
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
90
- golang.org/x/crypto v0.14 .0 // indirect
91
- golang.org/x/sync v0.3 .0 // indirect
92
- golang.org/x/tools v0.12 .1-0.20230825192346-2191a27a6dc5 // indirect
96
+ golang.org/x/crypto v0.24 .0 // indirect
97
+ golang.org/x/sync v0.7 .0 // indirect
98
+ golang.org/x/tools v0.21 .1-0.20240508182429-e35e4ccd0d2d // indirect
93
99
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
94
100
google.golang.org/grpc v1.56.3 // indirect
95
101
k8s.io/apiextensions-apiserver v0.28.2 // indirect
@@ -103,18 +109,18 @@ require (
103
109
)
104
110
105
111
require (
106
- github.com/davecgh/go-spew v1.1.1 // indirect
107
- github.com/emicklei/go-restful/v3 v3.10.1 // indirect
108
- github.com/go-logr/logr v1.2.4 // indirect
112
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
113
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
114
+ github.com/go-logr/logr v1.4.2 // indirect
109
115
github.com/go-openapi/jsonpointer v0.19.6 // indirect
110
116
github.com/go-openapi/jsonreference v0.20.2 // indirect
111
- github.com/go-openapi/swag v0.22.3 // indirect
117
+ github.com/go-openapi/swag v0.22.4 // indirect
112
118
github.com/gogo/protobuf v1.3.2 // indirect
113
- github.com/golang/protobuf v1.5.3 // indirect
119
+ github.com/golang/protobuf v1.5.4 // indirect
114
120
github.com/google/gnostic-models v0.6.8 // indirect
115
- github.com/google/go-cmp v0.5.9 // indirect
121
+ github.com/google/go-cmp v0.6.0 // indirect
116
122
github.com/google/gofuzz v1.2.0 // indirect
117
- github.com/google/uuid v1.3 .0 // indirect
123
+ github.com/google/uuid v1.6 .0 // indirect
118
124
github.com/imdario/mergo v0.3.13 // indirect
119
125
github.com/inconshreveable/mousetrap v1.1.0 // indirect
120
126
github.com/josharian/intern v1.0.0 // indirect
@@ -124,20 +130,20 @@ require (
124
130
github.com/modern-go/reflect2 v1.0.2 // indirect
125
131
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
126
132
github.com/spf13/pflag v1.0.5 // indirect
127
- golang.org/x/net v0.17 .0 // indirect
128
- golang.org/x/oauth2 v0.8 .0 // indirect
129
- golang.org/x/sys v0.14 .0 // indirect
130
- golang.org/x/text v0.13 .0 // indirect
133
+ golang.org/x/net v0.26 .0 // indirect
134
+ golang.org/x/oauth2 v0.21 .0 // indirect
135
+ golang.org/x/sys v0.21 .0 // indirect
136
+ golang.org/x/text v0.16 .0 // indirect
131
137
golang.org/x/time v0.3.0 // indirect
132
138
google.golang.org/appengine v1.6.7 // indirect
133
- google.golang.org/protobuf v1.31.0 // indirect
139
+ google.golang.org/protobuf v1.34.2 // indirect
134
140
gopkg.in/inf.v0 v0.9.1 // indirect
135
141
gopkg.in/yaml.v2 v2.4.0 // indirect
136
142
gopkg.in/yaml.v3 v3.0.1
137
- k8s.io/klog/v2 v2.100 .1 // indirect
138
- k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
139
- k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
143
+ k8s.io/klog/v2 v2.130 .1 // indirect
144
+ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
145
+ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
140
146
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
141
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
142
- sigs.k8s.io/yaml v1.3 .0 // indirect
147
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
148
+ sigs.k8s.io/yaml v1.4 .0 // indirect
143
149
)
0 commit comments