|
1 | 1 | module github.com/tektoncd/triggers
|
2 | 2 |
|
3 | 3 | go 1.22
|
4 |
| - |
5 | 4 | toolchain go1.22.5
|
6 | 5 |
|
7 | 6 | require (
|
8 | 7 | github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher v0.0.0-20191203181535-308b93ad1f39
|
9 | 8 | github.com/ahmetb/gen-crd-api-reference-docs v0.3.1-0.20220720053627-e327d0730470
|
10 | 9 | github.com/cloudevents/sdk-go/v2 v2.15.2
|
11 | 10 | github.com/golang/protobuf v1.5.4
|
12 |
| - github.com/google/cel-go v0.21.0 |
| 11 | + github.com/google/cel-go v0.23.2 |
13 | 12 | github.com/google/go-cmp v0.6.0
|
14 | 13 | github.com/google/go-github/v31 v31.0.0
|
15 | 14 | github.com/google/uuid v1.6.0
|
16 |
| - github.com/gorilla/mux v1.8.0 |
| 15 | + github.com/gorilla/mux v1.8.1 |
17 | 16 | github.com/sirupsen/logrus v1.9.3
|
18 |
| - github.com/spf13/cobra v1.7.0 |
19 |
| - github.com/tektoncd/pipeline v0.65.0 |
| 17 | + github.com/spf13/cobra v1.8.1 |
| 18 | + github.com/tektoncd/pipeline v0.68.0 |
20 | 19 | github.com/tektoncd/plumbing v0.0.0-20250116154805-bf07e665a460
|
21 |
| - github.com/tidwall/sjson v1.2.4 |
| 20 | + github.com/tidwall/sjson v1.2.5 |
22 | 21 | go.opencensus.io v0.24.0
|
23 | 22 | go.uber.org/zap v1.27.0
|
24 |
| - golang.org/x/oauth2 v0.22.0 |
| 23 | + golang.org/x/oauth2 v0.25.0 |
25 | 24 | golang.org/x/sync v0.10.0
|
26 | 25 | golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
|
27 |
| - google.golang.org/grpc v1.67.0 |
28 |
| - google.golang.org/protobuf v1.34.2 |
| 26 | + google.golang.org/grpc v1.70.0 |
| 27 | + google.golang.org/protobuf v1.36.4 |
29 | 28 | gopkg.in/yaml.v2 v2.4.0
|
30 |
| - k8s.io/api v0.29.6 |
31 |
| - k8s.io/apiextensions-apiserver v0.29.2 |
32 |
| - k8s.io/apimachinery v0.29.7 |
33 |
| - k8s.io/client-go v0.29.6 |
34 |
| - k8s.io/code-generator v0.29.7 |
| 29 | + k8s.io/api v0.29.13 |
| 30 | + k8s.io/apiextensions-apiserver v0.29.13 |
| 31 | + k8s.io/apimachinery v0.29.13 |
| 32 | + k8s.io/client-go v0.29.13 |
| 33 | + k8s.io/code-generator v0.29.13 |
35 | 34 | k8s.io/klog/v2 v2.120.1
|
36 | 35 | k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
|
37 |
| - knative.dev/eventing v0.30.1-0.20220407170245-58865afba92c |
| 36 | + knative.dev/eventing v0.30.3 |
38 | 37 | knative.dev/pkg v0.0.0-20240416145024-0f34a8815650
|
39 |
| - knative.dev/serving v0.39.0 |
| 38 | + knative.dev/serving v0.39.4 |
40 | 39 | sigs.k8s.io/yaml v1.4.0
|
41 | 40 | )
|
42 | 41 |
|
43 | 42 | require (
|
44 |
| - cloud.google.com/go v0.113.0 // indirect |
45 |
| - cloud.google.com/go/auth v0.4.1 // indirect |
46 |
| - cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect |
47 |
| - cloud.google.com/go/compute/metadata v0.5.0 // indirect |
48 |
| - cloud.google.com/go/iam v1.1.8 // indirect |
49 |
| - cloud.google.com/go/storage v1.40.0 // indirect |
| 43 | + cel.dev/expr v0.19.1 // indirect |
| 44 | + cloud.google.com/go v0.116.0 // indirect |
| 45 | + cloud.google.com/go/auth v0.13.0 // indirect |
| 46 | + cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect |
| 47 | + cloud.google.com/go/compute/metadata v0.6.0 // indirect |
| 48 | + cloud.google.com/go/iam v1.2.2 // indirect |
| 49 | + cloud.google.com/go/storage v1.43.0 // indirect |
50 | 50 | contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
|
51 | 51 | contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
|
52 | 52 | contrib.go.opencensus.io/exporter/zipkin v0.1.2 // indirect
|
@@ -76,10 +76,10 @@ require (
|
76 | 76 | github.com/google/go-containerregistry v0.20.2 // indirect
|
77 | 77 | github.com/google/go-querystring v1.0.0 // indirect
|
78 | 78 | github.com/google/gofuzz v1.2.0 // indirect
|
79 |
| - github.com/google/s2a-go v0.1.7 // indirect |
80 |
| - github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect |
81 |
| - github.com/googleapis/gax-go/v2 v2.12.4 // indirect |
82 |
| - github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect |
| 79 | + github.com/google/s2a-go v0.1.8 // indirect |
| 80 | + github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect |
| 81 | + github.com/googleapis/gax-go/v2 v2.14.0 // indirect |
| 82 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect |
83 | 83 | github.com/hashicorp/errwrap v1.1.0 // indirect
|
84 | 84 | github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
85 | 85 | github.com/hashicorp/go-multierror v1.1.1 // indirect
|
@@ -110,31 +110,32 @@ require (
|
110 | 110 | github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
111 | 111 | github.com/spf13/pflag v1.0.5 // indirect
|
112 | 112 | github.com/stoewer/go-strcase v1.2.0 // indirect
|
113 |
| - github.com/stretchr/testify v1.9.0 // indirect |
114 |
| - github.com/tidwall/gjson v1.12.1 // indirect |
| 113 | + github.com/stretchr/testify v1.10.0 // indirect |
| 114 | + github.com/tidwall/gjson v1.14.2 // indirect |
115 | 115 | github.com/tidwall/match v1.1.1 // indirect
|
116 | 116 | github.com/tidwall/pretty v1.2.0 // indirect
|
117 |
| - go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect |
118 |
| - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect |
119 |
| - go.opentelemetry.io/otel v1.28.0 // indirect |
120 |
| - go.opentelemetry.io/otel/metric v1.28.0 // indirect |
121 |
| - go.opentelemetry.io/otel/trace v1.28.0 // indirect |
| 117 | + go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
| 118 | + go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect |
| 119 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect |
| 120 | + go.opentelemetry.io/otel v1.34.0 // indirect |
| 121 | + go.opentelemetry.io/otel/metric v1.34.0 // indirect |
| 122 | + go.opentelemetry.io/otel/trace v1.34.0 // indirect |
122 | 123 | go.uber.org/automaxprocs v1.5.3 // indirect
|
123 | 124 | go.uber.org/multierr v1.11.0 // indirect
|
124 |
| - golang.org/x/crypto v0.31.0 // indirect |
125 |
| - golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect |
126 |
| - golang.org/x/mod v0.17.0 // indirect |
127 |
| - golang.org/x/net v0.33.0 // indirect |
128 |
| - golang.org/x/sys v0.28.0 // indirect |
129 |
| - golang.org/x/term v0.27.0 // indirect |
| 125 | + golang.org/x/crypto v0.32.0 // indirect |
| 126 | + golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect |
| 127 | + golang.org/x/mod v0.19.0 // indirect |
| 128 | + golang.org/x/net v0.34.0 // indirect |
| 129 | + golang.org/x/sys v0.29.0 // indirect |
| 130 | + golang.org/x/term v0.28.0 // indirect |
130 | 131 | golang.org/x/text v0.21.0 // indirect
|
131 |
| - golang.org/x/time v0.5.0 // indirect |
132 |
| - golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect |
| 132 | + golang.org/x/time v0.8.0 // indirect |
| 133 | + golang.org/x/tools v0.23.0 // indirect |
133 | 134 | gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
|
134 |
| - google.golang.org/api v0.181.0 // indirect |
135 |
| - google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect |
136 |
| - google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect |
137 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect |
| 135 | + google.golang.org/api v0.214.0 // indirect |
| 136 | + google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect |
| 137 | + google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect |
| 138 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect |
138 | 139 | gopkg.in/inf.v0 v0.9.1 // indirect
|
139 | 140 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
140 | 141 | k8s.io/gengo v0.0.0-20240129211411-f967bbeff4b4 // indirect
|
|
0 commit comments