ofxgo/go.mod

12 lines
334 B
Modula-2
Raw Normal View History

2018-10-11 20:59:11 -04:00
module github.com/aclindsa/ofxgo
require (
2021-10-17 20:53:28 -04:00
github.com/aclindsa/xml v0.0.0-20201125035057-bbd5c9ec99ac
2020-10-06 22:29:14 -04:00
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
2021-10-17 20:53:28 -04:00
golang.org/x/text v0.3.7
2018-10-11 20:59:11 -04:00
)
go 1.9