![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.19.0-rc.0 to 0.20.0-alpha.0. - [Release notes](https://github.com/kubernetes/client-go/releases) - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.19.0-rc.0...v0.20.0-alpha.0) Signed-off-by: dependabot[bot] <support@github.com>
13 lines
383 B
Modula-2
13 lines
383 B
Modula-2
module github.com/suzerain-io/pinniped/kubernetes/1.19/client-go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/suzerain-io/pinniped/kubernetes/1.19/api v0.0.0-00010101000000-000000000000
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
|
|
k8s.io/apimachinery v0.20.0-alpha.0
|
|
k8s.io/client-go v0.20.0-alpha.0
|
|
)
|
|
|
|
replace github.com/suzerain-io/pinniped/kubernetes/1.19/api => ../api
|