detect residential/datacenter flags on ipv6
This commit is contained in:
11
mmdb_writer/go.mod
Normal file
11
mmdb_writer/go.mod
Normal file
@@ -0,0 +1,11 @@
|
||||
module ipmmdb
|
||||
|
||||
go 1.24.4
|
||||
|
||||
require github.com/maxmind/mmdbwriter v1.2.0
|
||||
|
||||
require (
|
||||
github.com/oschwald/maxminddb-golang/v2 v2.1.1 // indirect
|
||||
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
|
||||
golang.org/x/sys v0.38.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user