mirror of
https://github.com/safing/mmdbmeld.git
synced 2026-05-20 20:40:35 +00:00
18 lines
398 B
Modula-2
18 lines
398 B
Modula-2
module github.com/safing/mmdbmeld
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/maxmind/mmdbwriter v1.0.0
|
|
github.com/oschwald/maxminddb-golang v1.12.0
|
|
github.com/spf13/cobra v1.8.0
|
|
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
)
|