Skip to content

Commit

Permalink
Set go version in go.mod to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Mar 19, 2022
1 parent 60fc8bd commit 1fd9d1a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion go.mod
@@ -1,8 +1,14 @@
module github.com/oschwald/maxminddb-golang

go 1.9
go 1.17

require (
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20211111213525-f221eed1c01e
)

require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

0 comments on commit 1fd9d1a

Please sign in to comment.