You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
249 B
10 lines
249 B
module beetbox.io/lox
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/aclindsa/ofxgo v0.1.3 // indirect
|
|
github.com/aclindsa/xml v0.0.0-20201125035057-bbd5c9ec99ac // indirect
|
|
github.com/ochinchina/go-ini v1.0.1 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|
|
|