2020-08-05 21:15:45 +00:00
|
|
|
module github.com/suzerain-io/placeholder-name/test
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-08-19 20:15:45 +00:00
|
|
|
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
|
|
|
|
github.com/cpuguy83/go-md2man v1.0.10 // indirect
|
2020-08-05 21:15:45 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2020-08-19 20:15:45 +00:00
|
|
|
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0 // indirect
|
|
|
|
github.com/evanphx/json-patch v4.2.0+incompatible // indirect
|
|
|
|
github.com/gophercloud/gophercloud v0.1.0 // indirect
|
2020-08-05 21:15:45 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-08-19 20:15:45 +00:00
|
|
|
github.com/suzerain-io/placeholder-name v0.0.0-20200819182107-1b9a70d089f4
|
2020-08-05 21:28:47 +00:00
|
|
|
github.com/suzerain-io/placeholder-name/kubernetes/1.19/api v0.0.0-00010101000000-000000000000
|
|
|
|
github.com/suzerain-io/placeholder-name/kubernetes/1.19/client-go v0.0.0-00010101000000-000000000000
|
2020-08-05 21:15:45 +00:00
|
|
|
github.com/suzerain-io/placeholder-name/pkg/client v0.0.0-00010101000000-000000000000
|
2020-08-19 20:15:45 +00:00
|
|
|
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
|
2020-08-05 21:15:45 +00:00
|
|
|
k8s.io/api v0.19.0-rc.0
|
|
|
|
k8s.io/apimachinery v0.19.0-rc.0
|
|
|
|
k8s.io/client-go v0.19.0-rc.0
|
2020-08-19 20:15:45 +00:00
|
|
|
k8s.io/klog v1.0.0 // indirect
|
|
|
|
k8s.io/kube-aggregator v0.19.0-rc.0
|
2020-08-05 21:15:45 +00:00
|
|
|
)
|
|
|
|
|
2020-08-05 21:28:47 +00:00
|
|
|
replace (
|
2020-08-19 20:15:45 +00:00
|
|
|
github.com/suzerain-io/placeholder-name => ../
|
2020-08-05 21:28:47 +00:00
|
|
|
github.com/suzerain-io/placeholder-name/kubernetes/1.19/api => ../kubernetes/1.19/api
|
|
|
|
github.com/suzerain-io/placeholder-name/kubernetes/1.19/client-go => ../kubernetes/1.19/client-go
|
|
|
|
github.com/suzerain-io/placeholder-name/pkg/client => ../pkg/client
|
|
|
|
)
|