mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-10-31 20:39:14 +00:00
24 lines
401 B
TOML
24 lines
401 B
TOML
[[constraint]]
|
|
name = "github.com/fatih/color"
|
|
version = "1.5.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/golang/glog"
|
|
|
|
[[constraint]]
|
|
name = "github.com/jinzhu/gorm"
|
|
version = "1.0.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/spf13/cobra"
|
|
version = "0.0.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/spf13/viper"
|
|
version = "1.0.0"
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|