forked from topolvm/topolvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
43 lines (40 loc) · 1.67 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
42
43
module github.com/cybozu-go/topolvm
go 1.12
replace launchpad.net/gocheck => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
require (
github.com/GeertJohan/go.rice v1.0.0 // indirect
github.com/cloudflare/cfssl v0.0.0-20190510060611-9c027c93ba9e
github.com/container-storage-interface/spec v1.1.0
github.com/cybozu-go/log v1.5.0
github.com/cybozu-go/well v1.10.0
github.com/go-logr/logr v0.1.0
github.com/go-logr/zapr v0.1.1 // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/golang/protobuf v1.3.2
github.com/google/certificate-transparency-go v1.0.21 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/jmhodges/clock v0.0.0-20160418191101-880ee4c33548 // indirect
github.com/jmoiron/sqlx v1.2.0 // indirect
github.com/kisielk/sqlstruct v0.0.0-20150923205031-648daed35d49 // indirect
github.com/kubernetes-csi/csi-test v2.2.0+incompatible
github.com/lib/pq v1.1.1 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
github.com/prometheus/client_golang v1.1.0
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
github.com/prometheus/common v0.6.0
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/zap v1.10.0 // indirect
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/grpc v1.23.1
k8s.io/api v0.16.4
k8s.io/apiextensions-apiserver v0.0.0-20190918201827-3de75813f604 // indirect
k8s.io/apimachinery v0.16.4
k8s.io/client-go v0.16.4
k8s.io/klog v0.4.0
sigs.k8s.io/controller-runtime v0.4.0
)