1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2025-07-01 19:58:37 -04:00

Replace github.com/howeyc/gopass with golang.org/x/term

gopass is no longer maintained, and the suggested replacement for
getting passwords from terminals is x/term.
This commit is contained in:
2021-10-17 21:01:28 -04:00
parent a4a166aa74
commit e1a72fcd54
3 changed files with 8 additions and 16 deletions

4
go.mod
View File

@ -2,9 +2,7 @@ module github.com/aclindsa/ofxgo
require (
github.com/aclindsa/xml v0.0.0-20201125035057-bbd5c9ec99ac
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
golang.org/x/sys v0.0.0-20201006155630-ac719f4daadf // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
golang.org/x/text v0.3.7
)