mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-22 22:25:33 +01:00
10 lines
231 B
Modula-2
10 lines
231 B
Modula-2
module github.com/aquasecurity/linux-bench
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/aquasecurity/bench-common v0.4.4
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/viper v1.7.1
|
|
)
|