1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-01 15:18:20 +00:00
Files
norman/go.mod

27 lines
926 B
Modula-2
Raw Normal View History

2019-08-19 10:03:03 -07:00
module github.com/rancher/norman
go 1.12
require (
github.com/ghodss/yaml v1.0.0
2019-09-25 14:32:29 -07:00
github.com/gorilla/websocket v1.4.0
2020-01-23 09:51:12 -07:00
github.com/imdario/mergo v0.3.7 // indirect
2019-08-19 10:03:03 -07:00
github.com/maruel/panicparse v0.0.0-20171209025017-c0182c169410
github.com/maruel/ut v1.0.0 // indirect
2020-07-11 10:02:27 -07:00
github.com/matryer/moq v0.0.0-20200607124540-4638a53893e6
2020-05-15 17:38:51 -07:00
github.com/pkg/errors v0.9.1
2020-01-28 16:12:10 -07:00
github.com/prometheus/client_golang v1.4.0
2020-08-20 10:30:53 -07:00
github.com/rancher/lasso v0.0.0-20200820172840-0e4cc0ef5cb0
github.com/rancher/wrangler v0.6.2-0.20200820173016-2068de651106
2019-08-19 10:03:03 -07:00
github.com/sirupsen/logrus v1.4.2
2020-01-23 09:51:12 -07:00
github.com/stretchr/testify v1.4.0
2020-07-11 10:02:27 -07:00
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
2020-07-14 12:24:51 -07:00
golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72
2019-08-19 10:03:03 -07:00
google.golang.org/appengine v1.6.1 // indirect
2020-08-20 10:30:53 -07:00
k8s.io/api v0.18.8
2020-03-26 13:07:03 -07:00
k8s.io/apiextensions-apiserver v0.18.0
2020-08-20 10:30:53 -07:00
k8s.io/apimachinery v0.18.8
k8s.io/client-go v0.18.8
2020-03-26 13:07:03 -07:00
k8s.io/gengo v0.0.0-20200114144118-36b2048a9120
2019-08-19 10:03:03 -07:00
)