mirror of
https://github.com/aclindsa/ofxgo.git
synced 2024-11-22 03:30:04 -05:00
Aaron Lindsay
e1a72fcd54
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
|