forked from estafette/estafette-gke-preemptible-killer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 841 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/estafette/estafette-gke-preemptible-killer
go 1.12
require (
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/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/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-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
)