-
Notifications
You must be signed in to change notification settings - Fork 16
/
go.mod
21 lines (19 loc) · 867 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/estafette/estafette-gke-node-pool-shifter
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/ericchiang/k8s v0.0.0-20170725150632-85c31b99a193
github.com/estafette/estafette-foundation v0.0.52
github.com/ghodss/yaml v1.0.0
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-20190604053449-0f29369cfe45
google.golang.org/api v0.13.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)