1
0
mirror of https://github.com/rancher/types.git synced 2025-04-28 18:33:20 +00:00
types/go.mod

28 lines
948 B
Modula-2
Raw Permalink Normal View History

2019-08-19 17:34:19 +00:00
module github.com/rancher/types
2020-02-22 00:30:45 +00:00
go 1.13
2019-08-19 17:34:19 +00:00
replace (
github.com/knative/pkg => github.com/rancher/pkg v0.0.0-20190514055449-b30ab9de040e
github.com/matryer/moq => github.com/rancher/moq v0.0.0-20190404221404-ee5226d43009
2020-03-26 20:20:51 +00:00
k8s.io/client-go => k8s.io/client-go v0.18.0
2019-08-19 17:34:19 +00:00
)
require (
2020-02-22 00:30:45 +00:00
github.com/coreos/prometheus-operator v0.36.0
2019-08-19 17:34:19 +00:00
github.com/knative/pkg v0.0.0-20190817231834-12ee58e32cc8
2020-05-17 05:04:28 +00:00
github.com/pkg/errors v0.9.1
github.com/rancher/lasso v0.0.0-20200515155337-a34e1e26ad91
github.com/rancher/norman v0.0.0-20200517050325-f53cae161640
github.com/rancher/wrangler v0.6.2-0.20200515155908-1923f3f8ec3f
github.com/rancher/wrangler-api v0.6.1-0.20200515193802-dcf70881b087
2019-08-19 17:34:19 +00:00
github.com/sirupsen/logrus v1.4.2
2020-03-26 20:20:51 +00:00
k8s.io/api v0.18.0
k8s.io/apiextensions-apiserver v0.18.0
k8s.io/apimachinery v0.18.0
k8s.io/apiserver v0.18.0
2020-02-22 00:30:45 +00:00
k8s.io/client-go v12.0.0+incompatible
2020-03-26 20:20:51 +00:00
k8s.io/gengo v0.0.0-20200114144118-36b2048a9120
k8s.io/kube-aggregator v0.18.0
2019-08-19 17:34:19 +00:00
)