Skip to content

Commit

Permalink
Reduce the dependency of the gopass library
Browse files Browse the repository at this point in the history
Move the reference to the gopass library from dnaproject to nknorg
for easy compilation and maintenance.

Signed-off-by: Yanbo Li <dreamfly281@gmail.com>
  • Loading branch information
dreamfly281 authored and yilunzhang committed Sep 23, 2018
1 parent 6a62178 commit 980bbfc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions glide.lock

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

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import:
- package: github.com/urfave/cli
- package: github.com/bitly/go-simplejson
- package: github.com/whyrusleeping/tar-utils
- package: github.com/dnaproject/gopass
- package: github.com/nknorg/gopass
- package: github.com/gorilla/websocket
- package: github.com/pborman/uuid
subpackages:
Expand Down
2 changes: 1 addition & 1 deletion util/password/password.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

"github.com/dnaproject/gopass"
"github.com/nknorg/gopass"
)

var (
Expand Down

0 comments on commit 980bbfc

Please sign in to comment.