Skip to content

Commit

Permalink
Move pkg/pinentry to github.com/gopasspw/pinentry
Browse files Browse the repository at this point in the history
RELEASE_NOTES=[CLEANUP] Moving pkg/pinentry to gopasspw/pinentry

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
  • Loading branch information
dominikschulz committed Mar 24, 2021
1 parent d00c29a commit e333409
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 265 deletions.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -65,7 +65,6 @@ clean:
@rm -f tests/tests
@rm -f *.test
@rm -rf dist/*
@rm -f *.completion
@printf '%s\n' '$(OK)'

$(GOPASS_OUTPUT): $(GOFILES_BUILD)
Expand Down
1 change: 1 addition & 0 deletions go.mod
Expand Up @@ -16,6 +16,7 @@ require (
github.com/google/go-cmp v0.5.5
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-github/v33 v33.0.0
github.com/gopasspw/pinentry v0.0.2
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/golang-lru v0.5.4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -125,6 +125,8 @@ github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hf
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
github.com/gopasspw/pinentry v0.0.2 h1:6OmkoTYMU05PmAJSIZSRjjhiQX15AstdgNa2KimH5XA=
github.com/gopasspw/pinentry v0.0.2/go.mod h1:lR1WuNI96rXXBCgM601Ima3acnX3ZSPthIAuG6lHa68=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/crypto/age/askpass.go
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/gopasspw/gopass/internal/cache"
"github.com/gopasspw/gopass/internal/out"
"github.com/gopasspw/gopass/pkg/debug"
"github.com/gopasspw/gopass/pkg/pinentry"
"github.com/gopasspw/pinentry"
"github.com/gopasspw/gopass/pkg/pinentry/cli"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/backend/crypto/gpg/cli/binary_others.go
Expand Up @@ -6,7 +6,7 @@ import (
"os/exec"

"github.com/gopasspw/gopass/pkg/debug"
"github.com/gopasspw/gopass/pkg/pinentry/gpgconf"
"github.com/gopasspw/pinentry/gpgconf"
)

func detectBinary(name string) (string, error) {
Expand Down
39 changes: 0 additions & 39 deletions pkg/pinentry/gpgconf/gpgconf.go

This file was deleted.

164 changes: 0 additions & 164 deletions pkg/pinentry/pinentry.go

This file was deleted.

13 changes: 0 additions & 13 deletions pkg/pinentry/pinentry_darwin.go

This file was deleted.

13 changes: 0 additions & 13 deletions pkg/pinentry/pinentry_others.go

This file was deleted.

19 changes: 0 additions & 19 deletions pkg/pinentry/pinentry_test.go

This file was deleted.

13 changes: 0 additions & 13 deletions pkg/pinentry/pinentry_windows.go

This file was deleted.

2 changes: 1 addition & 1 deletion zsh.completion
Expand Up @@ -70,7 +70,7 @@ _gopass () {
_gopass_complete_passwords
;;
create|new)
_arguments : "--store[Which store to use]"
_arguments : "--store[Which store to use]" "--force[Force path selection]"
_describe -t commands "gopass create" subcommands


Expand Down

0 comments on commit e333409

Please sign in to comment.