Skip to content

Commit

Permalink
update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Feb 4, 2020
1 parent 047ff08 commit 233ca28
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 16 deletions.
13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/cluster-api-provider-azure

go 1.12
go 1.13

require (
github.com/Azure/azure-sdk-for-go v34.2.0+incompatible
Expand All @@ -11,24 +11,23 @@ require (
github.com/blang/semver v3.5.0+incompatible
github.com/go-logr/logr v0.1.0
github.com/golang/mock v1.3.1
github.com/google/uuid v1.1.1 // indirect
github.com/onsi/ginkgo v1.10.1
github.com/onsi/gomega v1.7.0
github.com/pelletier/go-toml v1.6.0
github.com/pkg/errors v0.8.1
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b
k8s.io/api v0.0.0-20190918195907-bd6ac527cfd2
k8s.io/apimachinery v0.0.0-20190817020851-f2f3a405f61d
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
k8s.io/api v0.17.2
k8s.io/apimachinery v0.17.2
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
k8s.io/klog v1.0.0
k8s.io/utils v0.0.0-20190809000727-6c36bc71fc4a
sigs.k8s.io/cluster-api v0.2.9
sigs.k8s.io/cluster-api-bootstrap-provider-kubeadm v0.1.3
sigs.k8s.io/controller-runtime v0.3.0
sigs.k8s.io/controller-runtime v0.4.0
)

replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.2.0+incompatible
k8s.io/client-go => k8s.io/client-go v0.0.0-20190918200256-06eb1244587a
k8s.io/client-go => k8s.io/client-go v0.0.0-20190918160344-1fbdaa4c8d90
)
Loading

0 comments on commit 233ca28

Please sign in to comment.