mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-22 22:25:33 +01:00
Update go.mod
update go.mod file and run "go mod tidy"
This commit is contained in:
parent
f6145403f2
commit
d92b50150c
1 changed files with 1 additions and 3 deletions
4
go.mod
4
go.mod
|
@ -3,10 +3,8 @@ 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/aquasecurity/bench-common v0.0.0-20191023170746-557fbedf8a1a
|
||||
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
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue