1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-24 20:48:18 +00:00
Files
norman/go.mod
2019-09-30 09:47:04 -07:00

30 lines
1.1 KiB
Modula-2

module github.com/rancher/norman
go 1.12
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
)
require (
github.com/ghodss/yaml v1.0.0
github.com/gorilla/websocket v1.4.0
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
github.com/prometheus/client_golang v0.9.2
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
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
)