2019-08-19 17:03:03 +00:00
|
|
|
module github.com/rancher/norman
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/ghodss/yaml v1.0.0
|
2022-04-05 15:31:02 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
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
|
2020-07-11 17:02:27 +00:00
|
|
|
github.com/matryer/moq v0.0.0-20200607124540-4638a53893e6
|
2020-05-16 00:38:51 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-05-19 01:40:34 +00:00
|
|
|
github.com/rancher/lasso v0.0.0-20220519004610-700f167d8324
|
2020-08-20 17:30:53 +00:00
|
|
|
github.com/rancher/wrangler v0.6.2-0.20200820173016-2068de651106
|
2022-04-05 15:31:02 +00:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2022-05-19 01:40:34 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
|
|
golang.org/x/tools v0.1.5
|
|
|
|
k8s.io/api v0.23.3
|
2020-03-26 20:07:03 +00:00
|
|
|
k8s.io/apiextensions-apiserver v0.18.0
|
2022-05-19 01:40:34 +00:00
|
|
|
k8s.io/apimachinery v0.23.3
|
|
|
|
k8s.io/client-go v0.23.3
|
|
|
|
k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c
|
2019-08-19 17:03:03 +00:00
|
|
|
)
|