1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2025-07-01 11:48:38 -04:00

Switch from dep to go mod

This commit is contained in:
2018-10-11 20:59:11 -04:00
parent 5e2e3a2bf7
commit 61262b87d8
5 changed files with 16 additions and 108 deletions

8
go.mod Normal file
View File

@ -0,0 +1,8 @@
module github.com/aclindsa/ofxgo
require (
github.com/aclindsa/xml v0.0.0-20171002130543-5d4402bb4a20
golang.org/x/crypto v0.0.0-20181001203147-e3636079e1a4 // indirect
golang.org/x/sys v0.0.0-20180928133829-e4b3c5e90611 // indirect
golang.org/x/text v0.0.0-20180911161511-905a57155faa
)