forked from Shopify/kubeaudit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (27 loc) · 1.19 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
module github.com/Shopify/kubeaudit
require (
github.com/Shopify/yaml v0.0.0-20190528182343-4d5fdf9c8799
github.com/evanphx/json-patch v4.1.0+incompatible // indirect
github.com/go-test/deep v1.0.1
github.com/gogo/protobuf v1.2.0 // indirect
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/hashicorp/go-version v1.0.0
github.com/imdario/mergo v0.3.6 // indirect
github.com/jetstack/cert-manager v0.7.0
github.com/json-iterator/go v1.1.5 // indirect
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/sirupsen/logrus v1.3.0
github.com/spf13/cobra v0.0.0-20181127133106-d2d81d9a96e2
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.2.2
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
k8s.io/api v0.0.0-20190503110853-61630f889b3c
k8s.io/apiextensions-apiserver v0.0.0-20190508224317-421cff06bf05
k8s.io/apimachinery v0.0.0-20190508063446-a3da69d3723c
k8s.io/client-go v0.0.0-20190508063711-1babf78c8b32
k8s.io/utils v0.0.0-20190308190857-21c4ce38f2a7 // indirect
)