Skip to content

Commit

Permalink
Merge pull request #23 from ZondaX/fix/deps-case
Browse files Browse the repository at this point in the history
avoid case mismatches in vendor deps
  • Loading branch information
jleni authored Jan 29, 2019
2 parents a93249f + 1f57d51 commit a67896d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
34 changes: 17 additions & 17 deletions Gopkg.lock

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

6 changes: 3 additions & 3 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[[constraint]]
name = "github.com/ZondaX/ledger-go"
version = "v0.6.0"
name = "github.com/zondax/ledger-go"
version = "v0.7.0"

[prune]
go-tests = true
unused-packages = true
[[prune.project]]
name = "github.com/ZondaX/hid"
name = "github.com/zondax/hid"
unused-packages = false
2 changes: 1 addition & 1 deletion user_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package ledger_cosmos_go

import (
"fmt"
"github.com/ZondaX/ledger-go"
"github.com/zondax/ledger-go"
"math"
)

Expand Down
2 changes: 1 addition & 1 deletion validator_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package ledger_cosmos_go

import (
"github.com/ZondaX/ledger-go"
"github.com/zondax/ledger-go"
"fmt"
"math"
)
Expand Down

0 comments on commit a67896d

Please sign in to comment.