19 lines
577 B
Modula-2
19 lines
577 B
Modula-2
module github.com/Ullaakut/cameradar/v5
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.5.0
|
|
github.com/Ullaakut/disgo v0.3.1
|
|
github.com/Ullaakut/go-curl v0.0.0-20190525093431-597e157bbffd
|
|
github.com/Ullaakut/nmap v2.0.0+incompatible
|
|
github.com/VividCortex/ewma v1.1.1 // indirect
|
|
github.com/fatih/color v1.7.0 // indirect
|
|
github.com/magefile/mage v1.11.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.2 // indirect
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/stretchr/testify v1.2.2
|
|
github.com/vbauerster/mpb v3.4.0+incompatible
|
|
)
|