forked from GoogleCloudPlatform/config-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
38 lines (36 loc) · 1.39 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/forseti-security/config-validator
go 1.12
require (
cloud.google.com/go v0.38.0
github.com/OneOfOne/xxhash v1.2.5 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/ghodss/yaml v1.0.0
github.com/go-logr/zapr v0.1.1 // indirect
github.com/go-openapi/spec v0.19.4
github.com/go-openapi/strfmt v0.19.3
github.com/go-openapi/validate v0.19.4
github.com/gogo/protobuf v1.3.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.3.3
github.com/google/go-cmp v0.3.1
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/hashicorp/go-multierror v1.0.0
github.com/imdario/mergo v0.3.7 // indirect
github.com/open-policy-agent/frameworks/constraint v0.0.0-20200127222620-69dff9b895a2
github.com/open-policy-agent/gatekeeper v0.0.0-20200130050101-a7990e5bc83a
github.com/open-policy-agent/opa v0.17.2
github.com/pkg/errors v0.8.1
github.com/smallfish/simpleyaml v0.0.0-20170911015856-a32031077861
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
google.golang.org/api v0.4.0
google.golang.org/genproto v0.0.0-20200319113533-08878b785e9c
google.golang.org/grpc v1.27.0
k8s.io/api v0.16.4
k8s.io/apiextensions-apiserver v0.16.4
k8s.io/apimachinery v0.16.4
k8s.io/cli-runtime v0.16.4
k8s.io/klog v1.0.0 // indirect
k8s.io/kubectl v0.16.4
k8s.io/utils v0.0.0-20190920012459-5008bf6f8cd6 // indirect
)