Skip to content

Commit 7a7c9ec

Browse files
chore(deps): Bump the production-dependencies group with 4 updates
Bumps the production-dependencies group with 4 updates: [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway), [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec), [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) and [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto). Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.26.1 to 2.26.2 - [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases) - [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml) - [Commits](grpc-ecosystem/grpc-gateway@v2.26.1...v2.26.2) Updates `github.com/opencontainers/image-spec` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/opencontainers/image-spec/releases) - [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md) - [Commits](opencontainers/image-spec@v1.1.0...v1.1.1) Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20250204164813-702378808489 to 0.0.0-20250303144028-a0af3efb3deb - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20250219182151-9fdb1cabc7b2 to 0.0.0-20250303144028-a0af3efb3deb - [Commits](https://github.com/googleapis/go-genproto/commits) --- updated-dependencies: - dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: github.com/opencontainers/image-spec dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: google.golang.org/genproto/googleapis/api dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a958138 commit 7a7c9ec

File tree

10 files changed

+196
-183
lines changed

10 files changed

+196
-183
lines changed

go.mod

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/kubevirt/kubevirt-tekton-tasks
22

33
go 1.23
4+
toolchain go1.24.0
5+
46
// Kubernetes
57
replace (
68
k8s.io/client-go => k8s.io/client-go v0.31.6
@@ -85,7 +87,7 @@ require (
8587
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
8688
github.com/google/uuid v1.6.0 // indirect
8789
github.com/gorilla/websocket v1.5.3 // indirect
88-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
90+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.2 // indirect
8991
github.com/hashicorp/errwrap v1.1.0 // indirect
9092
github.com/hashicorp/go-multierror v1.1.1 // indirect
9193
github.com/hashicorp/golang-lru v1.0.2 // indirect
@@ -105,7 +107,7 @@ require (
105107
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
106108
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
107109
github.com/opencontainers/go-digest v1.0.0 // indirect
108-
github.com/opencontainers/image-spec v1.1.0 // indirect
110+
github.com/opencontainers/image-spec v1.1.1 // indirect
109111
github.com/openshift/api v3.9.0+incompatible // indirect
110112
github.com/openshift/custom-resource-status v1.1.2 // indirect
111113
github.com/openzipkin/zipkin-go v0.4.3 // indirect
@@ -140,8 +142,8 @@ require (
140142
golang.org/x/tools v0.30.0 // indirect
141143
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
142144
google.golang.org/api v0.223.0 // indirect
143-
google.golang.org/genproto/googleapis/api v0.0.0-20250204164813-702378808489 // indirect
144-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect
145+
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
146+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
145147
google.golang.org/grpc v1.70.0 // indirect
146148
google.golang.org/protobuf v1.36.5 // indirect
147149
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect

go.sum

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

vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/errors.go

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

vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/handler.go

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

vendor/github.com/opencontainers/image-spec/specs-go/version.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.

0 commit comments

Comments
 (0)