diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ go 1.13 require ( github.com/Azure/azure-sdk-for-go v40.6.0+incompatible - github.com/Azure/go-autorest/autorest v0.11.4 - github.com/Azure/go-autorest/autorest/azure/auth v0.5.1 + github.com/Azure/go-autorest/autorest v0.11.6 + github.com/Azure/go-autorest/autorest/azure/auth v0.5.2 github.com/DataDog/datadog-go v3.5.0+incompatible // indirect github.com/Shopify/sarama v1.21.0 // indirect github.com/apache/thrift v0.13.0 // indirect |