Skip to content

Commit

Permalink
Updating dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni committed Nov 20, 2018
1 parent becc447 commit c3225ab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[constraint]]
branch = "master"
name = "github.com/ZondaX/hid-go"
version = "v0.4.0"

[[constraint]]
name = "github.com/pkg/errors"
Expand Down
2 changes: 1 addition & 1 deletion ledger.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package ledger_go
import (
"errors"
"fmt"
"github.com/ZondaX/hid"
"github.com/ZondaX/hid-go"
)

const (
Expand Down

0 comments on commit c3225ab

Please sign in to comment.