Skip to content

Commit e3a11a5

Browse files
authored
Merge pull request #84 from rimolive/rmartine-keep-rebasing
UPSTREAM: <carry>: Fix Critical/High CVEs for tektoncd go modules
2 parents 50c4869 + f1e11b2 commit e3a11a5

File tree

2 files changed

+33
-26
lines changed

2 files changed

+33
-26
lines changed

go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ require (
4343
github.com/robfig/cron v1.2.0
4444
github.com/sirupsen/logrus v1.9.3
4545
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
4848
go.uber.org/zap v1.26.0 // indirect
4949
gocloud.dev v0.22.0
50-
golang.org/x/net v0.23.0
50+
golang.org/x/net v0.24.0
5151
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
5252
google.golang.org/grpc v1.58.3
5353
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
@@ -58,7 +58,7 @@ require (
5858
k8s.io/client-go v0.27.2
5959
k8s.io/code-generator v0.27.2
6060
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
6262
sigs.k8s.io/controller-runtime v0.11.1
6363
sigs.k8s.io/yaml v1.3.0
6464
)
@@ -173,15 +173,15 @@ require (
173173
go.opencensus.io v0.24.0 // indirect
174174
go.uber.org/atomic v1.10.0 // indirect
175175
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
177177
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
182182
golang.org/x/text v0.14.0 // indirect
183183
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
185185
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
186186
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
187187
google.golang.org/api v0.147.0 // indirect
@@ -209,6 +209,6 @@ replace (
209209
sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.2.9
210210
)
211211

212-
go 1.20
212+
go 1.21
213213

214214
exclude github.com/mitchellh/osext v0.0.0-20151018003038-5e2d6d41470f

go.sum

Lines changed: 22 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)