forked from mirrors/linux-bench
10 lines
259 B
Modula-2
10 lines
259 B
Modula-2
module github.com/aquasecurity/linux-bench
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/aquasecurity/bench-common v0.0.0-20191023170746-557fbedf8a1a
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/viper v1.4.0
|
|
)
|