From 4fac544cf94c15804b375336cb40dab4e7920687 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Wed, 18 Nov 2020 22:55:01 +0000 Subject: [PATCH] FIXME bump go-azure-helpers to latest release and squash this commit --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 35c7fcfb42..bca23d01f4 100644 --- a/go.mod +++ b/go.mod @@ -5,9 +5,8 @@ require ( github.com/Azure/go-autorest/autorest v0.11.10 github.com/Azure/go-autorest/autorest/date v0.3.0 github.com/google/uuid v1.1.1 - github.com/hashicorp/go-azure-helpers v0.13.0 + github.com/hashicorp/go-azure-helpers v0.13.1-0.20201118193114-9a87bedaab4e github.com/hashicorp/go-uuid v1.0.1 - github.com/hashicorp/go-version v1.2.1 // indirect github.com/hashicorp/terraform-plugin-sdk v1.6.0 )