7672da5b6d
* Update dependencies for release 4.1.0 * Update packages in travis build
13 lines
354 B
Modula-2
13 lines
354 B
Modula-2
module github.com/ullaakut/cameradar
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/fatih/color v1.7.0 // indirect
|
|
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-20190623040344-bb4f2791e14a
|
|
)
|