-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 970 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
23
24
25
26
27
module github.com/modoki-paas/modoki-operator
go 1.15
require (
cloud.google.com/go v0.62.0 // indirect
github.com/go-logr/logr v0.2.1
github.com/go-logr/zapr v0.2.0
github.com/google/go-github/v30 v30.1.0
github.com/heetch/confita v0.9.2
github.com/labstack/gommon v0.3.0
github.com/onsi/ginkgo v1.12.1
github.com/onsi/gomega v1.10.1
github.com/pivotal/kpack v0.1.2
github.com/prometheus/client_golang v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
golang.org/x/sys v0.0.0-20200802091954-4b90ce9b60b3 // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
golang.org/x/tools v0.0.0-20200731060945-b5fad4ed8dd6 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
k8s.io/api v0.19.2
k8s.io/apimachinery v0.19.2
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
sigs.k8s.io/controller-runtime v0.6.2
)
replace k8s.io/client-go => k8s.io/client-go v0.19.2