mirror of
https://github.com/nxtrace/nali
synced 2024-11-22 09:25:51 +00:00
14 lines
334 B
Modula-2
14 lines
334 B
Modula-2
module github.com/zu1k/nali
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/oschwald/geoip2-golang v1.4.0
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
|
|
golang.org/x/text v0.3.3
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|