Skip to content

Commit

Permalink
Add genproto dependency and update go.mod with replace directive for …
Browse files Browse the repository at this point in the history
…genproto
  • Loading branch information
bonzofenix committed Sep 3, 2024
1 parent f5d6139 commit b4a1816
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/autoscaler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,14 @@ require (
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
golang.org/x/net v0.28.0
golang.org/x/time v0.6.0
google.golang.org/genproto v0.0.0-20240827150818-7e3bb234dfed
google.golang.org/grpc v1.66.0
gopkg.in/errgo.v2 v2.1.0
gopkg.in/yaml.v3 v3.0.1
)

replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20240827150818-7e3bb234dfed

require (
code.cloudfoundry.org/go-diodes v0.0.0-20240813203737-5032edb05ceb // indirect
code.cloudfoundry.org/go-metric-registry v0.0.0-20240828184116-9710cd731bb8 // indirect
Expand Down

0 comments on commit b4a1816

Please sign in to comment.