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