mirror of
https://github.com/aclindsa/ofxgo.git
synced 2025-08-01 15:05:19 -04:00
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.8
|
|
)
|
|
|
|
go 1.9
|