forked from ipinfo/mmdbctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 752 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/ipinfo/mmdbctl
go 1.20
require (
github.com/edsrzf/mmap-go v1.1.0
github.com/fatih/color v1.16.0
github.com/ipinfo/cli v0.0.0-20240814004006-a9ca4b1d939d
github.com/maxmind/mmdbwriter v1.0.1-0.20231024181307-469cd9b959b4
github.com/oschwald/maxminddb-golang v1.12.0
github.com/spf13/pflag v1.0.5
)
require (
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/posener/script v1.2.0 // indirect
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611 // indirect
golang.org/x/sys v0.15.0 // indirect
)