forked from doitintl/kube-no-trouble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1006 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
27
module github.com/doitintl/kube-no-trouble
go 1.13
require (
github.com/Azure/go-autorest v14.0.1+incompatible // indirect
github.com/DATA-DOG/go-sqlmock v1.4.1 // indirect
github.com/ghodss/yaml v1.0.0
github.com/google/gofuzz v1.1.0 // indirect
github.com/jmoiron/sqlx v1.2.0 // indirect
github.com/lib/pq v1.3.0 // indirect
github.com/open-policy-agent/opa v0.18.0
github.com/rakyll/statik v0.1.7
github.com/rs/zerolog v1.18.0
github.com/rubenv/sql-migrate v0.0.0-20200402132117-435005d389bc // indirect
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
golang.org/x/sys v0.0.0-20200805065543-0cf7623e9dbd // indirect
helm.sh/helm v2.16.5+incompatible
helm.sh/helm/v3 v3.1.2
k8s.io/apimachinery v0.17.4
k8s.io/client-go v0.17.4
k8s.io/helm v2.16.5+incompatible // indirect
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
)