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
22 lines (19 loc) · 717 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/ipinfo/mmdbctl
go 1.20
require (
github.com/fatih/color v1.13.0
github.com/ipinfo/cli v0.0.0-20231217111842-899bac9e6cd5
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.9 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/posener/script v1.1.5 // indirect
go4.org/netipx v0.0.0-20220812043211-3cc044ffd68d // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/sys v0.14.0 // indirect
)