-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (29 loc) · 1.17 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module CI-testing
go 1.19
require (
github.com/fatih/color v1.15.0
github.com/ipinfo/cli v0.0.0-20230927090649-4f376bfe4124
github.com/ipinfo/go/v2 v2.9.4
github.com/ipinfo/mmdbctl v0.0.0-20230925232450-b14224b4927b
github.com/jszwec/csvutil v1.8.0
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/spf13/pflag v1.0.5
go.etcd.io/bbolt v1.3.7
golang.org/x/term v0.12.0
gopkg.in/yaml.v3 v3.0.1
)
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.17 // indirect
github.com/maxmind/mmdbwriter v0.0.0-20220808142708-766ad8188582 // indirect
github.com/oschwald/maxminddb-golang v1.12.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/posener/script v1.1.5 // indirect
go4.org/intern v0.0.0-20220617035311-6925f38cc365 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
golang.org/x/sys v0.12.0 // indirect
inet.af/netaddr v0.0.0-20220811202034-502d2d690317 // indirect
)