Skip to content

Commit 4239f78

Browse files
authored
bumped autorest from v0.11.0 to v0.11.2 (#178)
1 parent 249cc8f commit 4239f78

File tree

6 files changed

+17
-4
lines changed

6 files changed

+17
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/databrickslabs/databricks-terraform
33
go 1.13
44

55
require (
6-
github.com/Azure/go-autorest/autorest v0.11.0
6+
github.com/Azure/go-autorest/autorest v0.11.2
77
github.com/Azure/go-autorest/autorest/adal v0.9.0
88
github.com/aws/aws-sdk-go v1.32.9
99
github.com/fatih/color v1.9.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ github.com/Azure/go-autorest v14.2.0+incompatible h1:V5VMDjClD3GiElqLWO7mz2MxNAK
1111
github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24=
1212
github.com/Azure/go-autorest/autorest v0.11.0 h1:tnO41Uo+/0sxTMFY/U7aKg2abek3JOnnXcuSuba74jI=
1313
github.com/Azure/go-autorest/autorest v0.11.0/go.mod h1:JFgpikqFJ/MleTTxwepExTKnFUKKszPS8UavbQYUMuw=
14+
github.com/Azure/go-autorest/autorest v0.11.2 h1:BR5GoSGobeiMwGOOIxXuvNKNPy+HMGdteKB8kJUDnBE=
15+
github.com/Azure/go-autorest/autorest v0.11.2/go.mod h1:JFgpikqFJ/MleTTxwepExTKnFUKKszPS8UavbQYUMuw=
1416
github.com/Azure/go-autorest/autorest/adal v0.9.0 h1:SigMbuFNuKgc1xcGhaeapbh+8fgsu+GxgDRFyg7f5lM=
1517
github.com/Azure/go-autorest/autorest/adal v0.9.0/go.mod h1:/c022QCutn2P7uY+/oQWWNcK9YU+MH96NgK+jErpbcg=
1618
github.com/Azure/go-autorest/autorest/date v0.3.0 h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=

vendor/github.com/Azure/go-autorest/autorest/azure/async.go

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/azure/environments.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cloud.google.com/go/internal/version
88
cloud.google.com/go/storage
99
# github.com/Azure/go-autorest v14.2.0+incompatible
1010
github.com/Azure/go-autorest
11-
# github.com/Azure/go-autorest/autorest v0.11.0
11+
# github.com/Azure/go-autorest/autorest v0.11.2
1212
github.com/Azure/go-autorest/autorest
1313
github.com/Azure/go-autorest/autorest/azure
1414
# github.com/Azure/go-autorest/autorest/adal v0.9.0

0 commit comments

Comments
 (0)