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
1 changed files with 2 additions and 0 deletions

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