Skip to content

Commit

Permalink
Switch depedencies to use golang
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonWeng committed Mar 29, 2023
1 parent 4c65999 commit a919716
Show file tree
Hide file tree
Showing 3 changed files with 1,566 additions and 154 deletions.
21 changes: 14 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,19 @@ replace google.golang.org/grpc => google.golang.org/grpc v1.33.2

require (
github.com/cosmos/cosmos-sdk v0.42.4
github.com/google/uuid v1.2.0
github.com/prometheus/client_golang v1.8.0
github.com/rs/zerolog v1.20.0
github.com/spf13/cobra v1.1.1
github.com/google/uuid v1.3.0
github.com/prometheus/client_golang v1.12.2
github.com/rs/zerolog v1.27.0
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/tendermint/tendermint v0.34.9
google.golang.org/grpc v1.35.0
github.com/spf13/viper v1.12.0
github.com/tendermint/tendermint v0.37.0-dev
google.golang.org/grpc v1.50.1
)

replace (
github.com/CosmWasm/wasmd => github.com/sei-protocol/sei-wasmd v0.0.1
github.com/cosmos/cosmos-sdk => github.com/sei-protocol/sei-cosmos v0.2.11
github.com/cosmos/iavl => github.com/sei-protocol/sei-iavl v0.1.3
github.com/tendermint/tendermint => github.com/sei-protocol/sei-tendermint v0.2.0
)
Loading

0 comments on commit a919716

Please sign in to comment.