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 179504a commit bd381f0Copy full SHA for bd381f0
go.mod
@@ -2,6 +2,10 @@ module github.com/oschwald/geoip2-golang/v2
2
3
go 1.24
4
5
+retract (
6
+ v1.12.0 // pointed to v2 changes
7
+)
8
+
9
require (
10
github.com/oschwald/maxminddb-golang/v2 v2.0.0-beta.7
11
github.com/stretchr/testify v1.10.0
0 commit comments