1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2024-09-28 12:00:04 -04:00
ofxgo/go.mod
Aaron Lindsay e1a72fcd54 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.
2021-10-17 21:20:04 -04:00

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