@@ -47,7 +47,7 @@ require (
47
47
github.com/tektoncd/pipeline v0.53.2
48
48
go.uber.org/zap v1.26.0 // indirect
49
49
gocloud.dev v0.22.0
50
- golang.org/x/net v0.21 .0
50
+ golang.org/x/net v0.25 .0
51
51
google.golang.org/genproto v0.0.0-20231212172506-995d672761c0 // indirect
52
52
google.golang.org/grpc v1.60.1
53
53
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
@@ -181,15 +181,15 @@ require (
181
181
go.opentelemetry.io/otel/trace v1.21.0 // indirect
182
182
go.uber.org/atomic v1.10.0 // indirect
183
183
go.uber.org/multierr v1.10.0 // indirect
184
- golang.org/x/crypto v0.22 .0 // indirect
184
+ golang.org/x/crypto v0.31 .0 // indirect
185
185
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
186
- golang.org/x/mod v0.12 .0 // indirect
187
- golang.org/x/sync v0.6 .0 // indirect
188
- golang.org/x/sys v0.19 .0 // indirect
189
- golang.org/x/term v0.19 .0 // indirect
190
- golang.org/x/text v0.14 .0 // indirect
186
+ golang.org/x/mod v0.17 .0 // indirect
187
+ golang.org/x/sync v0.10 .0 // indirect
188
+ golang.org/x/sys v0.28 .0 // indirect
189
+ golang.org/x/term v0.27 .0 // indirect
190
+ golang.org/x/text v0.21 .0 // indirect
191
191
golang.org/x/time v0.5.0 // indirect
192
- golang.org/x/tools v0.13.0 // indirect
192
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
193
193
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
194
194
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
195
195
google.golang.org/api v0.156.0 // indirect
0 commit comments