Skip to content

Commit

Permalink
Removed the obselete replace directive that was preventing installati…
Browse files Browse the repository at this point in the history
…on with 'go install'
  • Loading branch information
manojVivek committed Sep 12, 2023
1 parent 5026e49 commit c414961
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,3 @@ require (
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/protobuf v1.28.1 // indirect
)

// required by https://github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.10.3
replace cloud.google.com/go/storage v1.19.0 => cloud.google.com/go/storage v1.10.0

0 comments on commit c414961

Please sign in to comment.