1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 12:48:45 +00:00
Files
types/go.mod

26 lines
855 B
Modula-2
Raw Normal View History

2019-08-19 10:34:19 -07:00
module github.com/rancher/types
go 1.12
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-01-23 14:18:53 -07:00
k8s.io/client-go => k8s.io/client-go v0.17.2
2019-08-19 10:34:19 -07:00
)
require (
2019-09-26 18:45:12 -07:00
github.com/coreos/prometheus-operator v0.33.0
2019-08-19 10:34:19 -07:00
github.com/knative/pkg v0.0.0-20190817231834-12ee58e32cc8
github.com/pkg/errors v0.8.1
2020-02-05 21:29:16 -07:00
github.com/rancher/norman v0.0.0-20200206042542-ef3920abad1c
2019-08-19 10:34:19 -07:00
github.com/sirupsen/logrus v1.4.2
2019-10-30 12:06:32 -07:00
golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c // indirect
2020-01-23 14:18:53 -07: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
k8s.io/client-go v2.0.0-alpha.0.0.20181121191925-a47917edff34+incompatible
k8s.io/gengo v0.0.0-20191120174120-e74f70b9b27e
k8s.io/kube-aggregator v0.17.2
2019-08-19 10:34:19 -07:00
)