1
1
module github.com/tektoncd/pipeline
2
2
3
- go 1.22
4
- toolchain go1.22.5
3
+ go 1.23.0
4
+
5
+ toolchain go1.24.1
5
6
6
7
require (
7
8
github.com/Microsoft/go-winio v0.6.2 // indirect
8
9
github.com/ahmetb/gen-crd-api-reference-docs v0.3.1-0.20220720053627-e327d0730470 // Waiting for https://github.com/ahmetb/gen-crd-api-reference-docs/pull/43/files to merge
9
10
github.com/cloudevents/sdk-go/v2 v2.15.2
10
11
github.com/containerd/containerd v1.7.20
11
- github.com/go-git/go-git/v5 v5.12 .0
12
+ github.com/go-git/go-git/v5 v5.13 .0
12
13
github.com/google/go-cmp v0.6.0
13
14
github.com/google/go-containerregistry v0.19.2
14
15
github.com/google/uuid v1.6.0
@@ -25,7 +26,7 @@ require (
25
26
github.com/tektoncd/plumbing v0.0.0-20220817140952-3da8ce01aeeb
26
27
go.opencensus.io v0.24.0
27
28
go.uber.org/zap v1.27.0
28
- golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc
29
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
29
30
golang.org/x/oauth2 v0.20.0 // indirect
30
31
gomodules.xyz/jsonpatch/v2 v2.4.0
31
32
k8s.io/api v0.29.6
@@ -56,10 +57,10 @@ require (
56
57
)
57
58
58
59
require (
59
- github.com/ProtonMail/go-crypto v1.0.0 // indirect
60
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
60
61
github.com/emirpasic/gods v1.18.1 // indirect
61
62
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
62
- github.com/go-git/go-billy/v5 v5.5 .0
63
+ github.com/go-git/go-billy/v5 v5.6 .0
63
64
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
64
65
github.com/kevinburke/ssh_config v1.2.0 // indirect
65
66
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
@@ -92,14 +93,14 @@ require (
92
93
github.com/cloudflare/circl v1.3.7 // indirect
93
94
github.com/containerd/log v0.1.0 // indirect
94
95
github.com/containerd/platforms v0.2.1 // indirect
95
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
96
+ github.com/cyphar/filepath-securejoin v0.2.5 // indirect
96
97
github.com/davidmz/go-pageant v1.0.2 // indirect
97
98
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
98
99
github.com/felixge/httpsnoop v1.0.4 // indirect
99
100
github.com/go-fed/httpsig v1.1.0 // indirect
100
101
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
101
102
github.com/go-logr/stdr v1.2.2 // indirect
102
- github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
103
+ github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
103
104
github.com/google/gnostic-models v0.6.8 // indirect
104
105
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20240108195214-a0658aa1d0cc // indirect
105
106
github.com/google/s2a-go v0.1.7 // indirect
@@ -124,7 +125,7 @@ require (
124
125
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
125
126
github.com/ryanuber/go-glob v1.0.0 // indirect
126
127
github.com/secure-systems-lab/go-securesystemslib v0.8.0 // indirect
127
- github.com/skeema/knownhosts v1.2.2 // indirect
128
+ github.com/skeema/knownhosts v1.3.0 // indirect
128
129
github.com/stoewer/go-strcase v1.2.0 // indirect
129
130
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
130
131
github.com/zeebo/errs v1.3.0 // indirect
@@ -182,7 +183,7 @@ require (
182
183
github.com/dimchansky/utfbom v1.1.1 // indirect
183
184
github.com/docker/cli v24.0.7+incompatible // indirect
184
185
github.com/docker/distribution v2.8.2+incompatible // indirect
185
- github.com/docker/docker v26.1.3 +incompatible // indirect
186
+ github.com/docker/docker v26.1.5 +incompatible // indirect
186
187
github.com/docker/docker-credential-helpers v0.7.0 // indirect
187
188
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
188
189
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
@@ -194,7 +195,7 @@ require (
194
195
github.com/go-openapi/swag v0.22.3 // indirect
195
196
github.com/gobuffalo/flect v1.0.2 // indirect
196
197
github.com/gogo/protobuf v1.3.2 // indirect
197
- github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
198
+ github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
198
199
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
199
200
github.com/golang/protobuf v1.5.4 // indirect
200
201
github.com/google/gofuzz v1.2.0 // indirect
@@ -224,19 +225,19 @@ require (
224
225
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
225
226
github.com/sirupsen/logrus v1.9.3 // indirect
226
227
github.com/spf13/pflag v1.0.5 // indirect
227
- github.com/stretchr/testify v1.9 .0
228
+ github.com/stretchr/testify v1.10 .0
228
229
github.com/vbatts/tar-split v0.11.3 // indirect
229
230
go.uber.org/automaxprocs v1.5.3 // indirect
230
231
go.uber.org/multierr v1.11.0 // indirect
231
- golang.org/x/crypto v0.31 .0 // indirect
232
- golang.org/x/mod v0.17 .0 // indirect
233
- golang.org/x/net v0.25 .0 // indirect
234
- golang.org/x/sync v0.10 .0
235
- golang.org/x/sys v0.28 .0 // indirect
236
- golang.org/x/term v0.27 .0 // indirect
237
- golang.org/x/text v0.21 .0 // indirect
232
+ golang.org/x/crypto v0.35 .0 // indirect
233
+ golang.org/x/mod v0.19 .0 // indirect
234
+ golang.org/x/net v0.33 .0 // indirect
235
+ golang.org/x/sync v0.11 .0
236
+ golang.org/x/sys v0.30 .0 // indirect
237
+ golang.org/x/term v0.29 .0 // indirect
238
+ golang.org/x/text v0.22 .0 // indirect
238
239
golang.org/x/time v0.5.0 // indirect
239
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
240
+ golang.org/x/tools v0.23.0 // indirect
240
241
google.golang.org/api v0.181.0 // indirect
241
242
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
242
243
google.golang.org/grpc v1.64.0
0 commit comments