We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b651a19 commit 689b2deCopy full SHA for 689b2de
go.mod
@@ -2,6 +2,10 @@ module github.com/oschwald/geoip2-golang
2
3
go 1.21
4
5
+retract (
6
+ v1.12.0 // pointed to v2 changes
7
+)
8
+
9
require (
10
github.com/oschwald/maxminddb-golang v1.13.0
11
github.com/stretchr/testify v1.9.0
0 commit comments