1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2024-10-31 13:50:05 -04:00

Add Go version to go.mod for compatibility guarantees

This commit is contained in:
John Starich 2020-03-25 01:05:44 -05:00 committed by Aaron Lindsay
parent ebf7f5b757
commit f75592381a

2
go.mod
View File

@ -7,3 +7,5 @@ require (
golang.org/x/sys v0.0.0-20180928133829-e4b3c5e90611 // indirect
golang.org/x/text v0.0.0-20180911161511-905a57155faa
)
go 1.9