-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
34 lines (32 loc) · 1.45 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
module github.com/trinchan/saiki
go 1.12
require (
contrib.go.opencensus.io/exporter/ocagent v0.4.11 // indirect
github.com/Azure/go-autorest v11.7.0+incompatible // indirect
github.com/aws/aws-sdk-go v1.16.23
github.com/evanphx/json-patch v0.0.0-20190203023257-5858425f7550
github.com/go-openapi/spec v0.19.0 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.3.0 // indirect
gocloud.dev v0.12.1-0.20190422200423-93b7f4233ff4
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5 // indirect
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
golang.org/x/sys v0.0.0-20190405154228-4b34438f7a67 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
k8s.io/api v0.0.0-20190405172450-8fc60343b75c
k8s.io/apimachinery v0.0.0-20190406052345-8f13d758fb1a
k8s.io/cli-runtime v0.0.0-20190405173631-327a6a5a2495
k8s.io/client-go v0.0.0-20190405212609-89226ff90625
k8s.io/klog v0.2.0
k8s.io/utils v0.0.0-20190308190857-21c4ce38f2a7
sigs.k8s.io/yaml v1.1.0
)