Skip to content

Commit 1fd9d1a

Browse files
committed
Set go version in go.mod to 1.17
1 parent 60fc8bd commit 1fd9d1a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

go.mod

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
module github.com/oschwald/maxminddb-golang
22

3-
go 1.9
3+
go 1.17
44

55
require (
66
github.com/stretchr/testify v1.7.0
77
golang.org/x/sys v0.0.0-20211111213525-f221eed1c01e
88
)
9+
10+
require (
11+
github.com/davecgh/go-spew v1.1.0 // indirect
12+
github.com/pmezard/go-difflib v1.0.0 // indirect
13+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
14+
)

0 commit comments

Comments
 (0)