diff options
author | 2021-06-07 05:52:40 -0700 | |
---|---|---|
committer | 2021-06-07 05:52:40 -0700 | |
commit | d151ea74df4cbfd8631141736567c02f39afb792 (patch) | |
tree | af3c757f4794053d6dc34fffa94effb81ee49cf0 /go.mod | |
parent | ad731b700d53602a4f9532cd4bd517e0d3169a49 (diff) | |
download | coredns-d151ea74df4cbfd8631141736567c02f39afb792.tar.gz coredns-d151ea74df4cbfd8631141736567c02f39afb792.tar.zst coredns-d151ea74df4cbfd8631141736567c02f39afb792.zip |
build(deps): bump github.com/Azure/go-autorest/autorest (#4672)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.16 require ( github.com/Azure/azure-sdk-for-go v53.3.0+incompatible - github.com/Azure/go-autorest/autorest v0.11.18 + github.com/Azure/go-autorest/autorest v0.11.19 github.com/Azure/go-autorest/autorest/azure/auth v0.5.7 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/Microsoft/go-winio v0.5.0 // indirect |