Skip to content

Commit 3ef7893

Browse files
committed
Update several dependencies
- Update `Azure/azure-sdk-for-go` dependency to [v42.0.0](https://github.com/Azure/azure-sdk-for-go/tree/v42.0.0) which is the latest available and has the [following changes](https://github.com/Azure/azure-sdk-for-go/releases/tag/v42.0.0) - Update `blang/semver` dependency to [v3.6.1](https://github.com/blang/semver/tree/v3.6.1) which is the latest available and has the [following changes](https://github.com/blang/semver/releases/tag/v3.6.1) - Update `golang/mock` dependency to [v1.4.3](https://github.com/golang/mock/tree/v1.4.3) which is the latest available and has the [following changes](https://github.com/golang/mock/releases/tag/v1.4.3) - Update `pelletier/go-toml` dependency to [v1.7.0](https://github.com/pelletier/go-toml/tree/v1.7.0) which is the latest available and has the [following changes](https://github.com/pelletier/go-toml/releases/tag/v1.7.0) - Update `spf13/viper` dependency to [v1.6.3](https://github.com/spf13/viper/tree/v1.6.3) which is the latest available and has the [following changes](https://github.com/spf13/viper/releases/tag/v1.6.3) - Update `Azure/go-autorest` dependency to [v14.0.1](https://github.com/Azure/go-autorest/tree/v14.0.1) which is the latest available and has the [following changes](https://github.com/Azure/go-autorest/releases/tag/v14.0.1) - Update `golangci/golangci-lint` dependency to [v1.25.1](https://github.com/golangci/golangci-lint/tree/v1.25.1) which is the latest available and has the [following changes](https://github.com/golangci/golangci-lint/releases/tag/v1.25.1) - Update `google/go-cmp` dependency to [v0.4.0](https://github.com/google/go-cmp/tree/v0.4.0) which is the latest available and has the [following changes](https://github.com/google/go-cmp/releases/tag/v0.4.0) - Update `googleapis/gnosti` dependency to [v0.4.1](https://github.com/googleapis/gnosti/tree/v0.4.1) which is the latest available and has the [following changes](https://github.com/googleapis/gnostic/releases/tag/v0.4.1) - Update `gophercloud/gophercloud` dependency to [v0.10.0](https://github.com/gophercloud/gophercloud/tree/v0.10.0) which is the latest available and has the [following changes](https://github.com/gophercloud/gophercloud/releases/tag/v0.10.0) - Update `hashicorp/golang-lru` dependency to [v0.5.4](https://github.com/hashicorp/golang-lru/tree/v0.5.4) which is the latest available and has the [following changes](https://github.com/hashicorp/golang-lru/releases/tag/v0.5.4) - Update `kubernetes/code-generator` dependency to [v0.18.2](https://github.com/kubernetes/code-generator/tree/v0.18.2) which is the latest available and has the [following changes](https://github.com/kubernetes/code-generator/releases/tag/v0.18.2) - Update `Azure/go-autorest/autorest/adal` dependency to [v0.8.3](https://github.com/Azure/go-autorest/tree/autorest/adal/v0.8.3) which is the latest available and has the [following changes](https://github.com/Azure/go-autorest/releases/tag/autorest%2Fadal%2Fv0.8.3)
1 parent a8dee20 commit 3ef7893

File tree

4 files changed

+108
-33
lines changed

4 files changed

+108
-33
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ module sigs.k8s.io/cluster-api-provider-azure
33
go 1.13
44

55
require (
6-
github.com/Azure/azure-sdk-for-go v41.0.0+incompatible
6+
github.com/Azure/azure-sdk-for-go v42.0.0+incompatible
77
github.com/Azure/go-autorest/autorest v0.10.0
88
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
99
github.com/Azure/go-autorest/autorest/to v0.3.0
1010
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
11-
github.com/blang/semver v3.5.1+incompatible
11+
github.com/blang/semver v3.6.1+incompatible
1212
github.com/go-logr/logr v0.1.0
13-
github.com/golang/mock v1.4.0
13+
github.com/golang/mock v1.4.3
1414
github.com/google/gofuzz v1.1.0
1515
github.com/onsi/ginkgo v1.12.0
1616
github.com/onsi/gomega v1.9.0
17-
github.com/pelletier/go-toml v1.6.0
17+
github.com/pelletier/go-toml v1.7.0
1818
github.com/pkg/errors v0.9.1
1919
github.com/spf13/pflag v1.0.5
20-
github.com/spf13/viper v1.6.2
20+
github.com/spf13/viper v1.6.3
2121
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
2222
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
2323
k8s.io/api v0.17.2
@@ -29,4 +29,4 @@ require (
2929
sigs.k8s.io/controller-runtime v0.5.2
3030
)
3131

32-
replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.4.0+incompatible
32+
replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v14.0.1+incompatible

go.sum

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ cloud.google.com/go v0.34.0 h1:eOI3/cP2VTU6uZLDYAoic+eyzzB9YyGmJ7eIjl8rOPg=
33
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
44
cloud.google.com/go v0.38.0 h1:ROfEUZz+Gh5pa62DJWXSaonyu3StP6EA6lPEXPI6mCo=
55
cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU=
6-
github.com/Azure/azure-sdk-for-go v41.0.0+incompatible h1:nQc4CAuBSr8rO0aZ90NvHoKyWYodhtzSAS4DPDrCtqo=
7-
github.com/Azure/azure-sdk-for-go v41.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc=
6+
github.com/Azure/azure-sdk-for-go v42.0.0+incompatible h1:yz6sFf5bHZ+gEOQVuK5JhPqTTAmv+OvSLSaqgzqaCwY=
7+
github.com/Azure/azure-sdk-for-go v42.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc=
88
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8=
99
github.com/Azure/go-autorest/autorest v0.9.0 h1:MRvx8gncNaXJqOoLmhNjUAKh33JJF8LyxPhomEtOsjs=
1010
github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI=
@@ -77,6 +77,8 @@ github.com/blang/semver v3.5.0+incompatible h1:CGxCgetQ64DKk7rdZ++Vfnb1+ogGNnB17
7777
github.com/blang/semver v3.5.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
7878
github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=
7979
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
80+
github.com/blang/semver v3.6.1+incompatible h1:RmA4CjDkwiAdjCfRQH6UZRp45n/uV30JiSkad6Acn/8=
81+
github.com/blang/semver v3.6.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
8082
github.com/caddyserver/caddy v1.0.3 h1:i9gRhBgvc5ifchwWtSe7pDpsdS9+Q0Rw9oYQmYUTw1w=
8183
github.com/caddyserver/caddy v1.0.3/go.mod h1:G+ouvOY32gENkJC+jhgl62TyhvqEsFaDiZ4uw0RzP1E=
8284
github.com/cenkalti/backoff v2.1.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM=
@@ -92,6 +94,7 @@ github.com/coredns/corefile-migration v1.0.7 h1:T2eOj/NKN1Q1W1bD9MFeZiBYryS0JlWT
9294
github.com/coredns/corefile-migration v1.0.7/go.mod h1:OFwBp/Wc9dJt5cAZzHWMNhK1r5L0p0jDwIBc6j8NC8E=
9395
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
9496
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
97+
github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
9598
github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk=
9699
github.com/coreos/go-oidc v2.1.0+incompatible/go.mod h1:CgnwVTmzoESiwO9qyAFEMiHoZ1nMCKZlZ9V6mm3/LKc=
97100
github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
@@ -213,8 +216,8 @@ github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e h1:1r7pUrabqp18h
213216
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
214217
github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A=
215218
github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A=
216-
github.com/golang/mock v1.4.0 h1:Rd1kQnQu0Hq3qvJppYSG0HtP+f5LPPUiDswTLiEegLg=
217-
github.com/golang/mock v1.4.0/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw=
219+
github.com/golang/mock v1.4.3 h1:GV+pQPG/EUUbkh47niozDcADz6go/dUwhVzdUQHIVRw=
220+
github.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw=
218221
github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
219222
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
220223
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
@@ -376,6 +379,8 @@ github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtP
376379
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
377380
github.com/pelletier/go-toml v1.6.0 h1:aetoXYr0Tv7xRU/V4B4IZJ2QcbtMUFoNb3ORp7TzIK4=
378381
github.com/pelletier/go-toml v1.6.0/go.mod h1:5N711Q9dKgbdkxHL+MEfF31hpT7l0S0s/t2kKREewys=
382+
github.com/pelletier/go-toml v1.7.0 h1:7utD74fnzVc/cpcyy8sjrlFr5vYpypUixARcHIMIGuI=
383+
github.com/pelletier/go-toml v1.7.0/go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE=
379384
github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=
380385
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
381386
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
@@ -451,6 +456,8 @@ github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DM
451456
github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE=
452457
github.com/spf13/viper v1.6.2 h1:7aKfF+e8/k68gda3LOjo5RxiUqddoFxVq4BKBPrxk5E=
453458
github.com/spf13/viper v1.6.2/go.mod h1:t3iDnF5Jlj76alVNuyFBk5oUMCvsrkbvZK0WQdfDi5k=
459+
github.com/spf13/viper v1.6.3 h1:pDDu1OyEDTKzpJwdq4TiuLyMsUgRa/BT5cn5O62NoHs=
460+
github.com/spf13/viper v1.6.3/go.mod h1:jUMtyi0/lB5yZH/FjyGAoH7IMNrIhlBf6pXZmbMDvzw=
454461
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
455462
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
456463
github.com/stretchr/objx v0.2.0 h1:Hbg2NidpLE8veEBkEZTL3CvlkUIVzuU9jDplZO54c48=

hack/tools/go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ module sigs.k8s.io/cluster-api-provider-azure/hack/tools
33
go 1.13
44

55
require (
6-
github.com/Azure/go-autorest/autorest v0.9.2 // indirect
7-
github.com/Azure/go-autorest/autorest/adal v0.8.0 // indirect
6+
github.com/Azure/go-autorest/autorest v0.10.0 // indirect
7+
github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect
88
github.com/a8m/envsubst v1.1.0
99
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
1010
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect
1111
github.com/emicklei/go-restful v2.9.6+incompatible // indirect
1212
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
13-
github.com/golang/mock v1.3.1
14-
github.com/golangci/golangci-lint v1.23.8
15-
github.com/google/go-cmp v0.3.1 // indirect
16-
github.com/googleapis/gnostic v0.3.0 // indirect
17-
github.com/gophercloud/gophercloud v0.6.0 // indirect
13+
github.com/golang/mock v1.4.3
14+
github.com/golangci/golangci-lint v1.25.1
15+
github.com/google/go-cmp v0.4.0 // indirect
16+
github.com/googleapis/gnostic v0.4.1 // indirect
17+
github.com/gophercloud/gophercloud v0.10.0 // indirect
1818
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
19-
github.com/hashicorp/golang-lru v0.5.3 // indirect
19+
github.com/hashicorp/golang-lru v0.5.4 // indirect
2020
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
21-
k8s.io/code-generator v0.18.0-alpha.2.0.20200130061103-7dfd5e9157ef
21+
k8s.io/code-generator v0.18.2
2222
sigs.k8s.io/cluster-api/hack/tools v0.0.0-20200319204836-a97903fa1e7e
2323
sigs.k8s.io/controller-tools v0.2.9
2424
sigs.k8s.io/kustomize/kustomize/v3 v3.5.4

0 commit comments

Comments
 (0)