no more ofx
This commit is contained in:
9
go.mod
9
go.mod
@@ -5,19 +5,12 @@ go 1.23.0
|
||||
toolchain go1.24.2
|
||||
|
||||
require (
|
||||
github.com/aclindsa/ofxgo v0.1.3
|
||||
github.com/go-echarts/go-echarts/v2 v2.3.1
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/guptarohit/asciigraph v0.7.3
|
||||
golang.org/x/crypto v0.38.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/aclindsa/xml v0.0.0-20201125035057-bbd5c9ec99ac // indirect
|
||||
golang.org/x/text v0.25.0 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/guptarohit/asciigraph v0.7.3
|
||||
golang.org/x/sys v0.33.0 // indirect
|
||||
golang.org/x/term v0.32.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user