@@ -43,11 +43,11 @@ require (
43
43
github.com/robfig/cron v1.2.0
44
44
github.com/sirupsen/logrus v1.9.3
45
45
github.com/spf13/viper v1.15.0
46
- github.com/stretchr/testify v1.8.4
47
- github.com/tektoncd/pipeline v0.53.2
46
+ github.com/stretchr/testify v1.9.0
47
+ github.com/tektoncd/pipeline v0.53.6
48
48
go.uber.org/zap v1.26.0 // indirect
49
49
gocloud.dev v0.22.0
50
- golang.org/x/net v0.23 .0
50
+ golang.org/x/net v0.24 .0
51
51
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
52
52
google.golang.org/grpc v1.58.3
53
53
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
@@ -58,7 +58,7 @@ require (
58
58
k8s.io/client-go v0.27.2
59
59
k8s.io/code-generator v0.27.2
60
60
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
61
- knative.dev/pkg v0.0.0-20231011201526-df28feae6d34
61
+ knative.dev/pkg v0.0.0-20231023150739-56bfe0dd9626
62
62
sigs.k8s.io/controller-runtime v0.11.1
63
63
sigs.k8s.io/yaml v1.3.0
64
64
)
@@ -173,15 +173,15 @@ require (
173
173
go.opencensus.io v0.24.0 // indirect
174
174
go.uber.org/atomic v1.10.0 // indirect
175
175
go.uber.org/multierr v1.10.0 // indirect
176
- golang.org/x/crypto v0.21 .0 // indirect
176
+ golang.org/x/crypto v0.22 .0 // indirect
177
177
golang.org/x/exp v0.0.0-20230307190834-24139beb5833 // indirect
178
- golang.org/x/mod v0.12 .0 // indirect
179
- golang.org/x/sync v0.4 .0 // indirect
180
- golang.org/x/sys v0.18 .0 // indirect
181
- golang.org/x/term v0.18 .0 // indirect
178
+ golang.org/x/mod v0.17 .0 // indirect
179
+ golang.org/x/sync v0.7 .0 // indirect
180
+ golang.org/x/sys v0.19 .0 // indirect
181
+ golang.org/x/term v0.19 .0 // indirect
182
182
golang.org/x/text v0.14.0 // indirect
183
183
golang.org/x/time v0.3.0 // indirect
184
- golang.org/x/tools v0.13 .0 // indirect
184
+ golang.org/x/tools v0.20 .0 // indirect
185
185
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
186
186
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
187
187
google.golang.org/api v0.147.0 // indirect
@@ -209,6 +209,6 @@ replace (
209
209
sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.2.9
210
210
)
211
211
212
- go 1.20
212
+ go 1.21
213
213
214
214
exclude github.com/mitchellh/osext v0.0.0-20151018003038-5e2d6d41470f
0 commit comments