2019-08-19 17:03:03 +00:00
|
|
|
module github.com/rancher/norman
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
2020-01-23 16:51:12 +00:00
|
|
|
replace github.com/matryer/moq => github.com/rancher/moq v0.0.0-20190404221404-ee5226d43009
|
2019-08-19 17:03:03 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/ghodss/yaml v1.0.0
|
2020-01-23 16:51:12 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
|
|
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
2019-09-25 21:32:29 +00:00
|
|
|
github.com/gorilla/websocket v1.4.0
|
2020-01-23 16:51:12 +00:00
|
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
2019-08-19 17:03:03 +00:00
|
|
|
github.com/maruel/panicparse v0.0.0-20171209025017-c0182c169410
|
|
|
|
github.com/maruel/ut v1.0.0 // indirect
|
|
|
|
github.com/matryer/moq v0.0.0-20190312154309-6cfb0558e1bd
|
|
|
|
github.com/pkg/errors v0.8.1
|
2020-01-28 23:12:10 +00:00
|
|
|
github.com/prometheus/client_golang v1.4.0
|
2020-02-02 05:12:12 +00:00
|
|
|
github.com/rancher/wrangler v0.4.1
|
2019-08-19 17:03:03 +00:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2020-01-23 16:51:12 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-01-28 23:12:10 +00:00
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
2019-08-19 17:03:03 +00:00
|
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
|
|
|
|
google.golang.org/appengine v1.6.1 // indirect
|
2020-01-23 16:51:12 +00:00
|
|
|
k8s.io/api v0.17.0
|
|
|
|
k8s.io/apiextensions-apiserver v0.17.0
|
|
|
|
k8s.io/apimachinery v0.17.0
|
|
|
|
k8s.io/client-go v0.17.0
|
|
|
|
k8s.io/gengo v0.0.0-20191120174120-e74f70b9b27e
|
2019-08-19 17:03:03 +00:00
|
|
|
)
|