Update dependencies for release 4.1.0 (#231)

* Update dependencies for release 4.1.0

* Update packages in travis build
This commit is contained in:
Brendan Le Glaunec
2019-06-29 03:03:17 +02:00
committed by GitHub
parent 966266f742
commit 7672da5b6d
3 changed files with 111 additions and 52 deletions
+5 -13
View File
@@ -1,20 +1,12 @@
module github.com/ullaakut/cameradar
go 1.12
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/PuerkitoBio/goquery v1.5.0
github.com/Ullaakut/nmap v0.0.0-20190527112138-dd19ce29bb85 // indirect
github.com/VividCortex/ewma v1.1.1 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.6 // indirect
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.1
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.3.0
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/spf13/viper v1.4.0 // indirect
github.com/ullaakut/disgo v0.3.0
github.com/ullaakut/go-curl v0.0.0-20190525093431-597e157bbffd
github.com/ullaakut/nmap v0.0.0-20190306183004-e38898a9bead
github.com/vbauerster/mpb v3.4.0+incompatible
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc // indirect
github.com/ullaakut/nmap v0.0.0-20190623040344-bb4f2791e14a
)