Create go.mod

This commit is contained in:
yoavrotems 2019-08-07 19:15:10 +03:00 committed by GitHub
parent 83aaa4b7eb
commit 53c526dca1
Failed to generate hash of commit

12
go.mod Normal file
View file

@ -0,0 +1,12 @@
module github.com/aquasecurity/linux-bench
go 1.12
require (
github.com/aquasecurity/bench-common v0.0.0-20190806090815-81f08528fa03
github.com/fatih/color v1.7.0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
)