-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (24 loc) · 944 Bytes
/
go.mod
File metadata and controls
26 lines (24 loc) · 944 Bytes
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
module github.com/nsini/kplcloud
go 1.12
require (
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-kit/kit v0.8.0
github.com/google/gofuzz v1.0.0 // indirect
github.com/googleapis/gnostic v0.3.0 // indirect
github.com/gorilla/mux v1.7.2
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/jinzhu/gorm v1.9.8
github.com/kr/pretty v0.1.0 // indirect
github.com/pkg/errors v0.8.0
github.com/prometheus/client_golang v1.0.0
github.com/spf13/cobra v0.0.5
gopkg.in/guregu/null.v3 v3.4.0
gopkg.in/inf.v0 v0.9.1 // indirect
k8s.io/api v0.0.0-20180521142803-feb48db456a5
k8s.io/apiextensions-apiserver v0.0.0-20180521154348-4f483a67720d
k8s.io/apimachinery v0.0.0-20180515182440-31dade610c05
k8s.io/client-go v0.0.0-20180521144600-29ae1f00c3d8
)