Skip to content

Commit

Permalink
Merge pull request #27 from ZondaX/deps
Browse files Browse the repository at this point in the history
moving to cosmos dependencies
  • Loading branch information
jleni authored Mar 25, 2019
2 parents af771e4 + 03eb83c commit 878e042
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: golang:1.10
- image: golang:1.12
working_directory: /go/src/zondax/ledger-cosmos-go
steps:
- checkout
Expand Down
9 changes: 9 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[constraint]]
name = "github.com/zondax/ledger-go"
version = "v0.9.0"
name = "github.com/cosmos/ledger-go"
version = "v0.9.1"

[prune]
go-tests = true
Expand Down
2 changes: 1 addition & 1 deletion validator_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"fmt"
"math"

"github.com/zondax/ledger-go"
"github.com/cosmos/ledger-go"
)

const (
Expand Down

0 comments on commit 878e042

Please sign in to comment.