Skip to content

Commit

Permalink
go.mod forgotten
Browse files Browse the repository at this point in the history
  • Loading branch information
Satchitananda committed Nov 5, 2023
1 parent 72ff52a commit a9ba8d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ require (
github.com/spf13/viper v1.16.0
github.com/stretchr/testify v1.8.4
google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130
google.golang.org/grpc v1.56.2
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
gopkg.in/yaml.v2 v2.4.0

Expand Down Expand Up @@ -182,7 +182,7 @@ require (


replace (
google.golang.org/grpc => google.golang.org/grpc v1.33.2
google.golang.org/grpc => google.golang.org/grpc v1.59.0
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.27
Expand Down

0 comments on commit a9ba8d1

Please sign in to comment.