Skip to content

Commit

Permalink
🤖🦾🛠️ go mod tidy & make package-specs
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 10, 2025
1 parent ee5af99 commit d9b4b4b
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 117 deletions.
8 changes: 4 additions & 4 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 5f5ef82da422
replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20250106144421-5f5ef82da422

require (
code.cloudfoundry.org/go-diodes v0.0.0-20241202111822-779c0b5a3368 // 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-20241209162323-e6fa225c2576 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
google.golang.org/protobuf v1.36.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250102185135-69823020774d // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250102185135-69823020774d // indirect
google.golang.org/protobuf v1.36.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit d9b4b4b

Please sign in to comment.