1
1
module github.com/openshift-pipelines/pipelines-as-code
2
2
3
- go 1.23.0
3
+ go 1.23.6
4
4
5
- toolchain go1.24.0
5
+ toolchain go1.24.1
6
6
7
7
require (
8
- code.gitea.io/gitea v1.23.4
8
+ code.gitea.io/gitea v1.23.5
9
9
code.gitea.io/sdk/gitea v0.20.0
10
10
github.com/AlecAivazis/survey/v2 v2.3.7
11
11
github.com/bradleyfalzon/ghinstallation/v2 v2.14.0
@@ -15,8 +15,9 @@ require (
15
15
github.com/gobwas/glob v0.2.3
16
16
github.com/google/cel-go v0.24.1
17
17
github.com/google/go-cmp v0.7.0
18
- github.com/google/go-github/scrape v0.0.0-20250303143553-470d43a8b2fe
18
+ github.com/google/go-github/scrape v0.0.0-20250321231612-49e644be5a24
19
19
github.com/google/go-github/v69 v69.2.0
20
+ github.com/google/go-github/v70 v70.0.0
20
21
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
21
22
github.com/jenkins-x/go-scm v1.14.56
22
23
github.com/jonboulle/clockwork v0.5.0
@@ -29,31 +30,31 @@ require (
29
30
github.com/pkg/errors v0.9.1
30
31
github.com/spf13/cobra v1.9.1
31
32
github.com/stretchr/testify v1.10.0
32
- github.com/tektoncd/pipeline v0.68.0
33
- gitlab.com/gitlab-org/api/client-go v0.124 .0
33
+ github.com/tektoncd/pipeline v0.69.1
34
+ gitlab.com/gitlab-org/api/client-go v0.126 .0
34
35
go.opencensus.io v0.24.0
35
36
go.uber.org/zap v1.27.0
36
- golang.org/x/exp v0.0.0-20250228200357-dead58393ab7
37
- golang.org/x/oauth2 v0.27 .0
38
- golang.org/x/sync v0.11 .0
39
- golang.org/x/text v0.22 .0
37
+ golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
38
+ golang.org/x/oauth2 v0.28 .0
39
+ golang.org/x/sync v0.12 .0
40
+ golang.org/x/text v0.23 .0
40
41
gopkg.in/yaml.v2 v2.4.0
41
42
gotest.tools/v3 v3.5.2
42
- k8s.io/api v0.32.2
43
- k8s.io/apimachinery v0.32.2
44
- k8s.io/client-go v0.32.2
45
- k8s.io/utils v0.0.0-20241210054802-24370beab758
46
- knative.dev/eventing v0.44.2
47
- knative.dev/pkg v0.0.0-20250226145529-0372c089c78f
43
+ k8s.io/api v0.32.3
44
+ k8s.io/apimachinery v0.32.3
45
+ k8s.io/client-go v0.32.3
46
+ k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e
47
+ knative.dev/eventing v0.44.3
48
+ knative.dev/pkg v0.0.0-20250312035536-b7bbf4be5dbd
48
49
sigs.k8s.io/yaml v1.4.0
49
50
)
50
51
51
52
require (
52
- cel.dev/expr v0.21.2 // indirect
53
+ cel.dev/expr v0.22.0 // indirect
53
54
github.com/42wim/httpsig v1.2.2 // indirect
54
55
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
55
56
github.com/cloudevents/sdk-go/sql/v2 v2.0.0-20240712172937-3ce6b2f1f011 // indirect
56
- github.com/coreos/go-oidc/v3 v3.12 .0 // indirect
57
+ github.com/coreos/go-oidc/v3 v3.13 .0 // indirect
57
58
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
58
59
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
59
60
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
@@ -62,6 +63,7 @@ require (
62
63
github.com/x448/float16 v0.8.4 // indirect
63
64
go.uber.org/atomic v1.11.0 // indirect
64
65
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
66
+ sigs.k8s.io/randfill v1.0.0 // indirect
65
67
)
66
68
67
69
require (
@@ -83,9 +85,9 @@ require (
83
85
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
84
86
github.com/go-fed/httpsig v1.1.1-0.20201223112313-55836744818e // indirect
85
87
github.com/go-logr/logr v1.4.2 // indirect
86
- github.com/go-openapi/jsonpointer v0.21.0 // indirect
88
+ github.com/go-openapi/jsonpointer v0.21.1 // indirect
87
89
github.com/go-openapi/jsonreference v0.21.0 // indirect
88
- github.com/go-openapi/swag v0.23.0 // indirect
90
+ github.com/go-openapi/swag v0.23.1 // indirect
89
91
github.com/gogo/protobuf v1.3.2 // indirect
90
92
github.com/golang-jwt/jwt/v4 v4.5.2
91
93
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
@@ -94,7 +96,7 @@ require (
94
96
github.com/google/go-querystring v1.1.0 // indirect
95
97
github.com/google/gofuzz v1.2.0 // indirect
96
98
github.com/google/uuid v1.6.0 // indirect
97
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
99
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
98
100
github.com/hashicorp/errwrap v1.1.0 // indirect
99
101
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
100
102
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -113,33 +115,33 @@ require (
113
115
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
114
116
github.com/openzipkin/zipkin-go v0.4.3 // indirect
115
117
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
116
- github.com/prometheus/client_golang v1.21.0 // indirect
118
+ github.com/prometheus/client_golang v1.21.1 // indirect
117
119
github.com/prometheus/client_model v0.6.1 // indirect
118
- github.com/prometheus/common v0.62 .0 // indirect
119
- github.com/prometheus/procfs v0.15.1 // indirect
120
+ github.com/prometheus/common v0.63 .0 // indirect
121
+ github.com/prometheus/procfs v0.16.0 // indirect
120
122
github.com/prometheus/statsd_exporter v0.28.0 // indirect
121
123
github.com/rickb777/date v1.21.1 // indirect
122
124
github.com/spf13/pflag v1.0.6 // indirect
123
125
github.com/stoewer/go-strcase v1.3.0 // indirect
124
126
github.com/xlzd/gotp v0.1.0 // indirect
125
127
go.uber.org/automaxprocs v1.6.0 // indirect
126
128
go.uber.org/multierr v1.11.0 // indirect
127
- golang.org/x/crypto v0.35 .0 // indirect
128
- golang.org/x/net v0.36 .0 // indirect
129
- golang.org/x/sys v0.30 .0 // indirect
130
- golang.org/x/term v0.29 .0 // indirect
131
- golang.org/x/time v0.10 .0 // indirect
132
- gomodules.xyz/jsonpatch/v2 v2.4 .0 // indirect
133
- google.golang.org/api v0.223 .0 // indirect
134
- google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
135
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
136
- google.golang.org/grpc v1.70 .0 // indirect
129
+ golang.org/x/crypto v0.36 .0 // indirect
130
+ golang.org/x/net v0.37 .0 // indirect
131
+ golang.org/x/sys v0.31 .0 // indirect
132
+ golang.org/x/term v0.30 .0 // indirect
133
+ golang.org/x/time v0.11 .0 // indirect
134
+ gomodules.xyz/jsonpatch/v2 v2.5 .0 // indirect
135
+ google.golang.org/api v0.227 .0 // indirect
136
+ google.golang.org/genproto/googleapis/api v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
137
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
138
+ google.golang.org/grpc v1.71 .0 // indirect
137
139
google.golang.org/protobuf v1.36.5
138
140
gopkg.in/inf.v0 v0.9.1 // indirect
139
141
gopkg.in/yaml.v3 v3.0.1 // indirect
140
- k8s.io/apiextensions-apiserver v0.32.2 // indirect
142
+ k8s.io/apiextensions-apiserver v0.32.3 // indirect
141
143
k8s.io/klog/v2 v2.130.1
142
- k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
144
+ k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
143
145
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
144
- sigs.k8s.io/structured-merge-diff/v4 v4.5 .0 // indirect
146
+ sigs.k8s.io/structured-merge-diff/v4 v4.6 .0 // indirect
145
147
)
0 commit comments