forked from vmware-tanzu/kubeapps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (27 loc) · 1.06 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
module github.com/kubeapps/kubeapps
go 1.13
replace github.com/docker/docker => github.com/docker/docker v0.0.0-20190731150326-928381b2215c
require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/arschles/assert v1.0.0
github.com/ghodss/yaml v1.0.0
github.com/go-test/deep v1.0.4
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/go-cmp v0.3.1
github.com/gorilla/mux v1.7.3
github.com/heptiolabs/healthcheck v0.0.0-20180807145615-6ff867650f40
github.com/kubeapps/common v0.0.0-20190508164739-10b110436c1a
github.com/sirupsen/logrus v1.4.2
github.com/spf13/pflag v1.0.5
github.com/unrolled/render v1.0.1 // indirect
github.com/urfave/negroni v1.0.0
google.golang.org/grpc v1.25.1
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
helm.sh/helm/v3 v3.0.0
k8s.io/api v0.0.0-20191016110408-35e52d86657a
k8s.io/apimachinery v0.0.0-20191004115801-a2eda9f80ab8
k8s.io/client-go v0.0.0-20191016111102-bec269661e48
k8s.io/helm v2.16.0+incompatible
k8s.io/klog v1.0.0
)