-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 747 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/juan-lee/ctrlarm
go 1.13
require (
github.com/Azure/azure-sdk-for-go v36.1.0+incompatible
github.com/Azure/go-autorest/autorest v0.9.2
github.com/Azure/go-autorest/autorest/azure/auth v0.4.0
github.com/Azure/go-autorest/autorest/to v0.3.0
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
github.com/go-logr/logr v0.1.0
github.com/onsi/ginkgo v1.10.1
github.com/onsi/gomega v1.7.0
k8s.io/api v0.0.0-20190918195907-bd6ac527cfd2
k8s.io/apimachinery v0.0.0-20190817020851-f2f3a405f61d
k8s.io/client-go v0.0.0-20190918200256-06eb1244587a
sigs.k8s.io/cluster-api v0.2.7
sigs.k8s.io/controller-runtime v0.3.0
)
replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.2.0+incompatible