1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-16 14:27:05 +00:00
norman/go.mod

30 lines
1.1 KiB
Modula-2
Raw Normal View History

2019-08-19 17:03:03 +00:00
module github.com/rancher/norman
go 1.12
2019-09-25 21:32:29 +00:00
replace (
github.com/matryer/moq => github.com/rancher/moq v0.0.0-20190404221404-ee5226d43009
k8s.io/client-go => k8s.io/client-go v0.0.0-20190918160344-1fbdaa4c8d90
)
2019-08-19 17:03:03 +00:00
require (
github.com/ghodss/yaml v1.0.0
2019-09-25 21:32:29 +00:00
github.com/gorilla/websocket v1.4.0
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
2019-09-25 21:32:29 +00:00
github.com/prometheus/client_golang v0.9.2
2019-08-19 17:03:03 +00:00
github.com/rancher/wrangler v0.1.5
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.3.0
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
google.golang.org/appengine v1.6.1 // indirect
2019-09-25 21:32:29 +00:00
k8s.io/api v0.0.0-20190918155943-95b840bb6a1f
k8s.io/apiextensions-apiserver v0.0.0-20190918161926-8f644eb6e783
k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
k8s.io/gengo v0.0.0-20190822140433-26a664648505
2019-08-19 17:03:03 +00:00
)