diff options
author | 2021-02-15 06:41:58 -0800 | |
---|---|---|
committer | 2021-02-15 06:41:58 -0800 | |
commit | 3b4e457e5763bfa2814fc2732b0f0ef99f0d9ab0 (patch) | |
tree | c519e7c35635b41954e2c1d7798598540ba60c89 /go.mod | |
parent | 37d8f8ca73594dccddb78228fd4ad73f8193b9e2 (diff) | |
download | coredns-3b4e457e5763bfa2814fc2732b0f0ef99f0d9ab0.tar.gz coredns-3b4e457e5763bfa2814fc2732b0f0ef99f0d9ab0.tar.zst coredns-3b4e457e5763bfa2814fc2732b0f0ef99f0d9ab0.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.37.6 to 1.37.10 (#4468)
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.7 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.37.6 + github.com/aws/aws-sdk-go v1.37.10 github.com/coredns/caddy v1.1.0 github.com/dnstap/golang-dnstap v0.4.0 github.com/dustin/go-humanize v1.0.0 // indirect |