diff options
author | 2021-01-25 06:12:06 -0800 | |
---|---|---|
committer | 2021-01-25 06:12:06 -0800 | |
commit | fade9329a5e626e2eddbec0d12860a59aed7227e (patch) | |
tree | 591981f3e987f0e81263878b64353a7e22b828a7 /go.mod | |
parent | 38d4dacb887579b6e241b97e22f9066ac8c6f6d6 (diff) | |
download | coredns-fade9329a5e626e2eddbec0d12860a59aed7227e.tar.gz coredns-fade9329a5e626e2eddbec0d12860a59aed7227e.tar.zst coredns-fade9329a5e626e2eddbec0d12860a59aed7227e.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.36.28 to 1.36.31 (#4424)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ require ( github.com/Azure/go-autorest/autorest/azure/auth v0.5.6 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/DataDog/datadog-go v3.5.0+incompatible // indirect - github.com/aws/aws-sdk-go v1.36.28 + github.com/aws/aws-sdk-go v1.36.31 github.com/coredns/caddy v1.1.0 github.com/dnstap/golang-dnstap v0.3.0 github.com/dustin/go-humanize v1.0.0 // indirect |