Update dictionaries & dependencies for dictionary fetch tool (#240)

This commit is contained in:
Brendan Le Glaunec
2019-10-03 22:04:17 +02:00
committed by GitHub
parent 3bd6b9171e
commit 8634ba84ca
4 changed files with 74 additions and 29 deletions
+4
View File
@@ -3,11 +3,15 @@ module github.com/ullaakut/cameradar
go 1.12
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/VividCortex/ewma v1.1.1 // indirect
github.com/fatih/color v1.7.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/ullaakut/disgo v0.3.0
github.com/ullaakut/go-curl v0.0.0-20190525093431-597e157bbffd
github.com/ullaakut/nmap v0.0.0-20190623040344-bb4f2791e14a
github.com/vbauerster/mpb v3.4.0+incompatible
)