mirror of
https://github.com/aclindsa/ofxgo.git
synced 2024-11-22 03:30:04 -05:00
12 lines
334 B
Modula-2
12 lines
334 B
Modula-2
module github.com/aclindsa/ofxgo
|
|
|
|
require (
|
|
github.com/aclindsa/xml v0.0.0-20190701095008-453d2c6090c2
|
|
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/text v0.3.3
|
|
)
|
|
|
|
go 1.9
|