diff options
author | 2021-02-15 05:28:26 -0800 | |
---|---|---|
committer | 2021-02-15 05:28:26 -0800 | |
commit | f7e1c4212167d8fc03a313f3231286029837e93b (patch) | |
tree | e097fde72de2d8f1d971d3f6ccf82959dc2b34a1 /go.mod | |
parent | 15c17ebb16a10f3a0abb442d9c78effc56fc8c08 (diff) | |
download | coredns-f7e1c4212167d8fc03a313f3231286029837e93b.tar.gz coredns-f7e1c4212167d8fc03a313f3231286029837e93b.tar.zst coredns-f7e1c4212167d8fc03a313f3231286029837e93b.zip |
build(deps): bump github.com/Azure/go-autorest/autorest (#4467)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.13 require ( github.com/Azure/azure-sdk-for-go v40.6.0+incompatible - github.com/Azure/go-autorest/autorest v0.11.17 + github.com/Azure/go-autorest/autorest v0.11.18 github.com/Azure/go-autorest/autorest/azure/auth v0.5.7 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/DataDog/datadog-go v3.5.0+incompatible // indirect |