Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update google.golang.org/genproto digest to 9240e9c #3427

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/eventgenerator/spec
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ files:
- autoscaler/vendor/google.golang.org/protobuf/internal/impl/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/order/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/pragma/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/protolazy/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/set/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/strs/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/version/* # gosub
Expand Down
1 change: 1 addition & 0 deletions packages/golangapiserver/spec
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ files:
- autoscaler/vendor/google.golang.org/protobuf/internal/impl/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/order/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/pragma/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/protolazy/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/set/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/strs/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/version/* # gosub
Expand Down
1 change: 1 addition & 0 deletions packages/metricsforwarder/spec
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ files:
- autoscaler/vendor/google.golang.org/protobuf/internal/impl/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/order/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/pragma/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/protolazy/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/set/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/strs/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/version/* # gosub
Expand Down
1 change: 1 addition & 0 deletions packages/operator/spec
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ files:
- autoscaler/vendor/google.golang.org/protobuf/internal/impl/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/order/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/pragma/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/protolazy/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/set/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/strs/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/version/* # gosub
Expand Down
1 change: 1 addition & 0 deletions packages/scalingengine/spec
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ files:
- autoscaler/vendor/google.golang.org/protobuf/internal/impl/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/order/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/pragma/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/protolazy/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/set/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/strs/* # gosub
- autoscaler/vendor/google.golang.org/protobuf/internal/version/* # gosub
Expand Down
4 changes: 2 additions & 2 deletions src/autoscaler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ require (
gopkg.in/yaml.v3 v3.0.1
)

replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20241209162323-e6fa225c2576
replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20241216192217-9240e9c98484

require (
code.cloudfoundry.org/go-diodes v0.0.0-20241202111822-779c0b5a3368 // indirect
Expand Down Expand Up @@ -102,6 +102,6 @@ require (
golang.org/x/tools v0.28.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
google.golang.org/protobuf v1.35.2 // indirect
google.golang.org/protobuf v1.36.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading
Loading