-
Notifications
You must be signed in to change notification settings - Fork 12
/
go.mod
41 lines (39 loc) · 2.34 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
39
40
41
module github.com/viglesiasce/kube-lint
go 1.13
require (
cloud.google.com/go v0.1.1-0.20160913182117-3b1ae45394a2 // indirect
github.com/blang/semver v3.0.1+incompatible // indirect
github.com/coreos/go-oidc v0.0.0-20160818215358-5644a2f50e2d // indirect
github.com/coreos/pkg v0.0.0-20160620232715-fa29b1d70f0b // indirect
github.com/docker/distribution v2.6.0-rc.1.0.20170303212246-08b06dc02367+incompatible // indirect
github.com/emicklei/go-restful v1.1.4-0.20160814184150-89ef8af493ab // indirect
github.com/fatih/color v1.4.1
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680
github.com/golang/glog v0.0.0-20141105023935-44145f04b68c // indirect
github.com/hashicorp/hcl v0.0.0-20170217164738-630949a3c5fa // indirect
github.com/howeyc/gopass v0.0.0-20160826175423-3ca23474a7c7 // indirect
github.com/imdario/mergo v0.0.0-20141206190957-6633656539c1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jonboulle/clockwork v0.0.0-20141017032234-72f9bd7c4e0c // indirect
github.com/juju/ratelimit v0.0.0-20151125201925-77ed1c8a0121 // indirect
github.com/magiconair/properties v1.7.2-0.20170113111004-b3b15ef068fd // indirect
github.com/mattn/go-colorable v0.0.8-0.20170210172801-5411d3eea597 // indirect
github.com/mattn/go-isatty v0.0.2-0.20170307163044-57fdcb988a5c // indirect
github.com/mattn/go-runewidth v0.0.3-0.20170201023540-14207d285c6c // indirect
github.com/mitchellh/mapstructure v0.0.0-20170307201123-53818660ed49 // indirect
github.com/olekukonko/tablewriter v0.0.0-20170128050532-febf2d34b54a
github.com/opencontainers/go-digest v1.0.0-rc0 // indirect
github.com/pborman/uuid v0.0.0-20150603214016-ca53cad383ca // indirect
github.com/pelletier/go-buffruneio v0.2.0 // indirect
github.com/pelletier/go-toml v0.5.0 // indirect
github.com/spf13/afero v0.0.0-20170217164146-9be650865eab // indirect
github.com/spf13/cast v1.0.0 // indirect
github.com/spf13/cobra v0.0.0-20170309154509-16c014f1a19d
github.com/spf13/jwalterweatherman v0.0.0-20170109133355-fa7ca7e836cf // indirect
github.com/spf13/viper v0.0.0-20170217163817-7538d73b4eb9
github.com/ugorji/go v0.0.0-20151028022000-f1f1a805ed36 // indirect
golang.org/x/oauth2 v0.0.0-20160902055913-3c3a985cb79f // indirect
google.golang.org/appengine v0.0.0-20160823001527-4f7eeb5305a4 // indirect
k8s.io/api v0.17.3
k8s.io/client-go v2.0.0+incompatible
)