Skip to content

Commit

Permalink
use k8s.io/[email protected] (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorritSalverda committed Jun 29, 2021
1 parent f6a030f commit 1581136
Show file tree
Hide file tree
Showing 9 changed files with 1,055 additions and 527 deletions.
16 changes: 7 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,20 @@ module github.com/estafette/estafette-gke-preemptible-killer
go 1.12

require (
cloud.google.com/go v0.0.0-20170811101828-558c9e581ae2 // indirect
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 // indirect
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect
github.com/alecthomas/kingpin v2.2.5+incompatible
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
github.com/ericchiang/k8s v0.0.0-20170725150632-85c31b99a193
github.com/estafette/estafette-foundation v0.0.52
github.com/ghodss/yaml v1.0.0
github.com/estafette/estafette-foundation v0.0.69
github.com/golang/mock v1.4.1
github.com/google/go-intervals v0.0.0-20171120085516-250c62ad245e
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.6 // indirect
github.com/prometheus/client_golang v0.9.2
github.com/rs/zerolog v1.17.2
github.com/sergi/go-diff v1.0.0 // indirect
golang.org/x/oauth2 v0.0.0-20170807180024-9a379c6b3e95
google.golang.org/api v0.0.0-20170810114755-98825bb0065d
google.golang.org/appengine v0.0.0-20170801183137-c5a90ac045b7 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
google.golang.org/api v0.20.0
k8s.io/api v0.21.0
k8s.io/apimachinery v0.21.0
k8s.io/client-go v0.21.0
)
457 changes: 425 additions & 32 deletions go.sum

Large diffs are not rendered by default.

353 changes: 0 additions & 353 deletions kubernetes.go

This file was deleted.

Loading

0 comments on commit 1581136

Please sign in to comment.