1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2025-08-02 07:15:18 -04:00

update dependencies

This commit is contained in:
2025-07-25 22:41:32 -04:00
parent c55940a50a
commit cb2c69aa6f
2 changed files with 23 additions and 3 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ 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.7
golang.org/x/text v0.3.8
)
go 1.9