2020-07-17 01:05:25 +00:00
|
|
|
module github.com/zu1k/nali
|
|
|
|
|
2021-12-16 04:12:46 +00:00
|
|
|
go 1.18
|
2020-07-17 01:05:25 +00:00
|
|
|
|
|
|
|
require (
|
2021-10-26 05:20:09 +00:00
|
|
|
github.com/fatih/color v1.13.0
|
2020-11-10 05:57:24 +00:00
|
|
|
github.com/ipipdotnet/ipdb-go v1.3.1
|
2022-03-02 04:34:11 +00:00
|
|
|
github.com/lionsoul2014/ip2region v2.2.0-release+incompatible
|
|
|
|
github.com/oschwald/geoip2-golang v1.6.1
|
2020-07-20 12:31:12 +00:00
|
|
|
github.com/saracen/go7z v0.0.0-20191010121135-9c09b6bd7fda
|
2021-12-16 04:12:46 +00:00
|
|
|
github.com/spf13/cobra v1.3.0
|
|
|
|
golang.org/x/text v0.3.7
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
|
|
github.com/oschwald/maxminddb-golang v1.8.0 // indirect
|
2020-07-20 12:31:12 +00:00
|
|
|
github.com/saracen/go7z-fixtures v0.0.0-20190623165746-aa6b8fba1d2f // indirect
|
|
|
|
github.com/saracen/solidblock v0.0.0-20190426153529-45df20abab6f // indirect
|
2021-12-16 04:12:46 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2021-07-30 12:23:44 +00:00
|
|
|
github.com/ulikunitz/xz v0.5.10 // indirect
|
2022-03-02 04:34:11 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
|
2021-10-26 05:17:33 +00:00
|
|
|
golang.org/x/tools v0.1.7 // indirect
|
2020-07-17 01:05:25 +00:00
|
|
|
)
|