Skip to content

Commit

Permalink
fix go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Aug 11, 2024
1 parent eb5d733 commit 1fe02e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2,175 deletions.
3 changes: 1 addition & 2 deletions server/v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ replace (
cosmossdk.io/store/v2 => ../../store/v2
cosmossdk.io/store/v2/db => ../../store/v2/db
cosmossdk.io/x/tx => ../../x/tx
github.com/cosmos/gogoproto => github.com/cosmos/gogoproto v1.6.1-0.20240809124342-d6a57064ada0
)

require (
Expand All @@ -23,7 +22,7 @@ require (
cosmossdk.io/store/v2 v2.0.0-00010101000000-000000000000
github.com/cosmos/cosmos-proto v1.0.0-beta.5
github.com/cosmos/gogogateway v1.2.0
github.com/cosmos/gogoproto v1.6.0
github.com/cosmos/gogoproto v1.6.1-0.20240809124342-d6a57064ada0
github.com/golang/protobuf v1.5.4
github.com/gorilla/mux v1.8.1
github.com/grpc-ecosystem/grpc-gateway v1.16.0
Expand Down
Loading

0 comments on commit 1fe02e7

Please sign in to comment.