1
0
mirror of https://github.com/rancher/steve.git synced 2025-04-27 19:05:09 +00:00
steve/go.mod

30 lines
870 B
Modula-2
Raw Normal View History

2019-09-11 21:05:00 +00:00
module github.com/rancher/steve
2019-08-04 17:41:32 +00:00
2020-01-31 05:01:21 +00:00
go 1.13
2019-08-04 17:41:32 +00:00
replace (
2020-01-31 05:01:21 +00:00
github.com/rancher/dynamiclistener => ../dynamiclistener
k8s.io/client-go => k8s.io/client-go v0.17.2
2019-08-04 17:41:32 +00:00
)
require (
2020-01-31 05:01:21 +00:00
github.com/ghodss/yaml v1.0.0
github.com/gorilla/mux v1.6.2
github.com/gorilla/websocket v1.4.0
github.com/pkg/errors v0.8.1
github.com/rancher/dynamiclistener v0.2.1-0.20191204183509-ab900b52683c
2020-01-31 05:37:59 +00:00
github.com/rancher/wrangler v0.4.1-0.20200131051624-f65ef17f3764
2020-01-31 05:01:21 +00:00
github.com/rancher/wrangler-api v0.4.1
2019-08-04 17:41:32 +00:00
github.com/sirupsen/logrus v1.4.2
2020-01-31 05:01:21 +00:00
github.com/urfave/cli v1.22.2
2020-01-31 05:37:59 +00:00
github.com/urfave/cli/v2 v2.1.1
2020-01-31 05:01:21 +00:00
k8s.io/api v0.17.2
k8s.io/apiextensions-apiserver v0.17.2
k8s.io/apimachinery v0.17.2
k8s.io/apiserver v0.17.2
2019-08-04 17:41:32 +00:00
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
2020-01-31 05:37:59 +00:00
k8s.io/klog v1.0.0
2020-01-31 05:01:21 +00:00
k8s.io/kube-aggregator v0.17.2
k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
2019-08-04 17:41:32 +00:00
)