Merge PR #3811: Migrate repo to organization

This commit is contained in:
Juan Leni 2019-03-06 12:37:27 +01:00 committed by Christopher Goes
parent 51c03aa6fe
commit dcc3357ea3
4 changed files with 12 additions and 11 deletions

18
Gopkg.lock generated
View File

@ -46,6 +46,14 @@
pruneopts = "UT"
revision = "52158e4697b87de16ed390e1bdaf813e581008fa"
[[projects]]
digest = "1:a2b34d1436ac24a0db176f84c015d80438602eeec12f2f8358bb72749711ab52"
name = "github.com/cosmos/ledger-cosmos-go"
packages = ["."]
pruneopts = "UT"
revision = "e2f595b3b7b222e1cbe9daf89e73e4dcab02d54c"
version = "v0.9.8"
[[projects]]
digest = "1:a2c1d0e43bd3baaa071d1b9ed72c27d78169b2b269f71c105ac4ba34b1be4a39"
name = "github.com/davecgh/go-spew"
@ -513,14 +521,6 @@
revision = "302fd402163c34626286195dfa9adac758334acc"
version = "v0.9.0"
[[projects]]
digest = "1:a2b34d1436ac24a0db176f84c015d80438602eeec12f2f8358bb72749711ab52"
name = "github.com/zondax/ledger-cosmos-go"
packages = ["."]
pruneopts = "UT"
revision = "e2f595b3b7b222e1cbe9daf89e73e4dcab02d54c"
version = "v0.9.8"
[[projects]]
digest = "1:f8e4c0b959174a1fa5946b12f1f2ac7ea5651bef20a9e4a8dac55dbffcaa6cd6"
name = "github.com/zondax/ledger-go"
@ -667,6 +667,7 @@
"github.com/bgentry/speakeasy",
"github.com/btcsuite/btcd/btcec",
"github.com/cosmos/go-bip39",
"github.com/cosmos/ledger-cosmos-go",
"github.com/gogo/protobuf/proto",
"github.com/golang/protobuf/proto",
"github.com/gorilla/mux",
@ -718,7 +719,6 @@
"github.com/tendermint/tendermint/types",
"github.com/tendermint/tendermint/types/time",
"github.com/tendermint/tendermint/version",
"github.com/zondax/ledger-cosmos-go",
"golang.org/x/crypto/bcrypt",
]
solver-name = "gps-cdcl"

View File

@ -43,7 +43,7 @@
revision = "v0.31.0-dev0"
[[constraint]]
name = "github.com/zondax/ledger-cosmos-go"
name = "github.com/cosmos/ledger-cosmos-go"
version = "=v0.9.8"
## deps without releases:

View File

@ -87,6 +87,7 @@ CLI flag.
* [\#3300] Update the spec-spec, spec file reorg, and TOC updates.
* [\#3694] Push tagged docker images on docker hub when tag is created.
* [\#3716] Update file permissions the client keys directory and contents to `0700`.
* [\#3681](https://github.com/cosmos/cosmos-sdk/issues/3681) Migrate ledger-cosmos-go from ZondaX to Cosmos organization
### Tendermint

View File

@ -2,7 +2,7 @@
package crypto
import ledger "github.com/zondax/ledger-cosmos-go"
import ledger "github.com/cosmos/ledger-cosmos-go"
// If ledger support (build tag) has been enabled, which implies a CGO dependency,
// set the discoverLedger function which is responsible for loading the Ledger