Initialize Go module with GeoIP2 dependencies

This commit is contained in:
2026-04-09 21:27:54 +05:00
parent c82d8b7953
commit 74647111b7
2 changed files with 24 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module git.kor-elf.net/kor-elf-shield/geoip2
go 1.25
require github.com/oschwald/geoip2-golang/v2 v2.1.0
require (
github.com/oschwald/maxminddb-golang/v2 v2.1.1 // indirect
golang.org/x/sys v0.38.0 // indirect
)