-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
34 lines (32 loc) · 1.38 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/lhopki01/kubernetes-job-ui
go 1.12
require (
cloud.google.com/go v0.44.3 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/gin-contrib/static v0.0.0-20190511124741-c1cdf9c9ec7b
github.com/gin-gonic/gin v1.4.0
github.com/google/go-cmp v0.3.1 // indirect
github.com/googleapis/gnostic v0.3.0 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/json-iterator/go v1.1.7 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.4.0 // indirect
github.com/ugorji/go v1.1.7 // indirect
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456 // indirect
google.golang.org/appengine v1.6.2 // indirect
gopkg.in/yaml.v3 v3.0.0-20190905181640-827449938966
gotest.tools v2.2.0+incompatible
k8s.io/api v0.0.0-20190703165250-25c1e1427dc7
k8s.io/apimachinery v0.0.0-20190703161233-99a332dfcf06
k8s.io/client-go v0.0.0-20190416212641-b56073019691
k8s.io/klog v0.3.3 // indirect
k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a // indirect
)