-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from Kava-Labs/develop
Merge develop -> master
- Loading branch information
Showing
49 changed files
with
5,244 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
module github.com/kava-labs/go-sdk | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/btcsuite/btcd v0.20.1-beta | ||
github.com/btcsuite/btcutil v1.0.2 | ||
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d | ||
github.com/kava-labs/cosmos-sdk v0.38.3-release | ||
github.com/kava-labs/tendermint v0.33.3-release | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/stretchr/testify v1.5.1 | ||
github.com/stumble/gorocksdb v0.0.3 // indirect | ||
github.com/tendermint/go-amino v0.15.1 | ||
github.com/zondax/ledger-go v0.11.0 // indirect | ||
gopkg.in/yaml.v2 v2.2.8 | ||
) | ||
|
||
replace github.com/zondax/ledger-go => github.com/binance-chain/ledger-go v0.9.1 | ||
|
||
replace github.com/tendermint/tm-db => github.com/kava-labs/tm-db v0.4.1-release | ||
|
||
replace github.com/tendermint/tendermint => github.com/kava-labs/tendermint v0.33.3-release | ||
|
||
replace github.com/tendermint/iavl => github.com/kava-labs/iavl v0.13.3-release | ||
|
||
replace github.com/cosmos/cosmos-sdk => github.com/kava-labs/cosmos-sdk v0.38.3-release |
Oops, something went wrong.