Skip to content

Commit

Permalink
chore(deps): update google.golang.org/genproto digest to e6fa225 (#3412)
Browse files Browse the repository at this point in the history
* chore(deps): update google.golang.org/genproto digest to e6fa225

* 🤖🦾🛠️ go mod tidy & make package-specs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent d2c564e commit 5514b9c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 20 deletions.
6 changes: 3 additions & 3 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-20241206012308-a4fef0638583
replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20241209162323-e6fa225c2576

require (
code.cloudfoundry.org/go-diodes v0.0.0-20241125060457-612558937770 // indirect
Expand Down Expand Up @@ -100,8 +100,8 @@ require (
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/tools v0.28.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241206012308-a4fef0638583 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241206012308-a4fef0638583 // indirect
google.golang.org/protobuf v1.35.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit 5514b9c

Please sign in to comment.