Skip to content

Commit

Permalink
all: switch to github.com/gopasspw/pinentry (#82)
Browse files Browse the repository at this point in the history
gopass has moved pinentry to a separate go module to allow
for easier re-use and better versioning.

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
  • Loading branch information
dominikschulz committed Apr 30, 2021
1 parent ed81789 commit 1060f1c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 232 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ go 1.14

require (
github.com/go-piv/piv-go v1.7.0
github.com/gopasspw/gopass v1.10.1
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
github.com/gopasspw/pinentry v0.0.2
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43 // indirect
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
)
Loading

0 comments on commit 1060f1c

Please sign in to comment.