-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
20 lines (19 loc) · 867 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/tumblr/k8s-config-projector
require (
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/ghodss/yaml v1.0.0
github.com/gogo/protobuf v1.0.0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
github.com/oliveagle/jsonpath v0.0.0-20180314032104-46faf33da135
github.com/sergi/go-diff v1.0.0 // indirect
github.com/spf13/pflag v1.0.0 // indirect
golang.org/x/net v0.0.0-20180202180947-2fb46b16b8dd // indirect
golang.org/x/text v0.0.0-20171227012246-e19ae1496984 // indirect
gopkg.in/inf.v0 v0.9.0 // indirect
gopkg.in/yaml.v2 v2.0.0
k8s.io/api v0.0.0-20180204170856-65f67c9cb59d
k8s.io/apimachinery v0.0.0-20180206050609-caa3b27b0fda
k8s.io/client-go v6.0.0+incompatible // indirect
k8s.io/kubernetes v1.6.13
)