diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ go 1.13 require ( cloud.google.com/go v0.55.0 // indirect github.com/Azure/azure-sdk-for-go v40.6.0+incompatible - github.com/Azure/go-autorest/autorest v0.10.0 + github.com/Azure/go-autorest/autorest v0.10.1 github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 github.com/DataDog/datadog-go v3.5.0+incompatible // indirect github.com/Shopify/sarama v1.21.0 // indirect |