forked from stackrox/kube-linter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 768 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module golang.stackrox.io/kube-linter
go 1.16
require (
github.com/Masterminds/sprig/v3 v3.1.0
github.com/fatih/color v1.9.0
github.com/ghodss/yaml v1.0.0
github.com/golangci/golangci-lint v1.30.0
github.com/mitchellh/mapstructure v1.1.2
github.com/openshift/api v3.9.0+incompatible
github.com/owenrumney/go-sarif v1.0.1
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
helm.sh/helm/v3 v3.3.4
honnef.co/go/tools v0.0.1-2020.1.5
k8s.io/api v0.20.4
k8s.io/apimachinery v0.20.4
k8s.io/cli-runtime v0.20.4
k8s.io/client-go v0.20.4
k8s.io/gengo v0.0.0-20200728071708-7794989d0000
)