mirror of
https://github.com/aclindsa/ofxgo.git
synced 2025-07-01 03:38:38 -04:00
gopass is no longer maintained, and the suggested replacement for getting passwords from terminals is x/term.
10 lines
194 B
Modula-2
10 lines
194 B
Modula-2
module github.com/aclindsa/ofxgo
|
|
|
|
require (
|
|
github.com/aclindsa/xml v0.0.0-20201125035057-bbd5c9ec99ac
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
golang.org/x/text v0.3.7
|
|
)
|
|
|
|
go 1.9
|