Skip to content

Commit 5db4991

Browse files
Update google.golang.org/genproto/googleapis/api digest to f173205
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent 1dffb5c commit 5db4991

File tree

434 files changed

+45079
-34892
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

434 files changed

+45079
-34892
lines changed

go.mod

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/openshift-pipelines/manual-approval-gate
22

3-
go 1.21
3+
go 1.23.0
4+
5+
toolchain go1.24.4
46

57
require (
68
github.com/fatih/color v1.13.0
@@ -33,7 +35,7 @@ require (
3335
github.com/blang/semver/v4 v4.0.0 // indirect
3436
github.com/blendle/zapdriver v1.3.1 // indirect
3537
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
36-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
38+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3739
github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
3840
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
3941
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -46,7 +48,7 @@ require (
4648
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
4749
github.com/go-kit/log v0.2.1 // indirect
4850
github.com/go-logfmt/logfmt v0.5.1 // indirect
49-
github.com/go-logr/logr v1.4.1 // indirect
51+
github.com/go-logr/logr v1.4.2 // indirect
5052
github.com/go-openapi/jsonpointer v0.19.6 // indirect
5153
github.com/go-openapi/jsonreference v0.20.2 // indirect
5254
github.com/go-openapi/swag v0.22.3 // indirect
@@ -91,21 +93,20 @@ require (
9193
go.uber.org/automaxprocs v1.5.3 // indirect
9294
go.uber.org/multierr v1.11.0 // indirect
9395
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
94-
golang.org/x/mod v0.14.0 // indirect
95-
golang.org/x/net v0.24.0 // indirect
96-
golang.org/x/oauth2 v0.18.0 // indirect
97-
golang.org/x/sync v0.7.0 // indirect
98-
golang.org/x/sys v0.19.0 // indirect
99-
golang.org/x/term v0.19.0 // indirect
100-
golang.org/x/text v0.14.0 // indirect
96+
golang.org/x/mod v0.17.0 // indirect
97+
golang.org/x/net v0.37.0 // indirect
98+
golang.org/x/oauth2 v0.25.0 // indirect
99+
golang.org/x/sync v0.12.0 // indirect
100+
golang.org/x/sys v0.31.0 // indirect
101+
golang.org/x/term v0.30.0 // indirect
102+
golang.org/x/text v0.23.0 // indirect
101103
golang.org/x/time v0.5.0 // indirect
102-
golang.org/x/tools v0.17.0 // indirect
104+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
103105
google.golang.org/api v0.171.0 // indirect
104-
google.golang.org/appengine v1.6.8 // indirect
105-
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
106-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
107-
google.golang.org/grpc v1.63.2 // indirect
108-
google.golang.org/protobuf v1.33.0 // indirect
106+
google.golang.org/genproto/googleapis/api v0.0.0-20250728155136-f173205681a0 // indirect
107+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250721164621-a45f3dfb1074 // indirect
108+
google.golang.org/grpc v1.71.0 // indirect
109+
google.golang.org/protobuf v1.36.6 // indirect
109110
gopkg.in/inf.v0 v0.9.1 // indirect
110111
gopkg.in/yaml.v2 v2.4.0 // indirect
111112
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 42 additions & 31 deletions
Large diffs are not rendered by default.

vendor/github.com/cespare/xxhash/v2/README.md

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

vendor/github.com/cespare/xxhash/v2/xxhash.go

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

vendor/github.com/cespare/xxhash/v2/xxhash_asm.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_other.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_safe.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-logr/logr/README.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/net/LICENSE

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

0 commit comments

Comments
 (0)