Update go.mod

Update to use the new bench-common release
This commit is contained in:
yoavrotems 2020-06-04 13:00:13 +03:00 committed by GitHub
parent 65b4139473
commit cc65ef5870
Failed to generate hash of commit

2
go.mod
View file

@ -3,7 +3,7 @@ module github.com/aquasecurity/linux-bench
go 1.12 go 1.12
require ( require (
github.com/aquasecurity/bench-common v0.0.0-20191023170746-557fbedf8a1a github.com/aquasecurity/bench-common v0.4.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/spf13/cobra v0.0.5 github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0 github.com/spf13/viper v1.4.0