mirror of
https://github.com/rancher/norman.git
synced 2025-08-31 06:35:09 +00:00
27 lines
926 B
Modula-2
27 lines
926 B
Modula-2
module github.com/rancher/norman
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/maruel/panicparse v0.0.0-20171209025017-c0182c169410
|
|
github.com/maruel/ut v1.0.0 // indirect
|
|
github.com/matryer/moq v0.0.0-20200607124540-4638a53893e6
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.4.0
|
|
github.com/rancher/lasso v0.0.0-20200820172840-0e4cc0ef5cb0
|
|
github.com/rancher/wrangler v0.6.2-0.20200820173016-2068de651106
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
|
golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72
|
|
google.golang.org/appengine v1.6.1 // indirect
|
|
k8s.io/api v0.18.8
|
|
k8s.io/apiextensions-apiserver v0.18.0
|
|
k8s.io/apimachinery v0.18.8
|
|
k8s.io/client-go v0.18.8
|
|
k8s.io/gengo v0.0.0-20200114144118-36b2048a9120
|
|
)
|