diff options
author | 2021-04-26 06:33:36 -0700 | |
---|---|---|
committer | 2021-04-26 06:33:36 -0700 | |
commit | 51607fcdf86bdad94e2acc5c52c48dd3ab9d834b (patch) | |
tree | 51c1a5b807a29f191292018c56bc993511fed5a0 /go.mod | |
parent | 60a46ccec04b31cbc31faa650993d453d19810f9 (diff) | |
download | coredns-51607fcdf86bdad94e2acc5c52c48dd3ab9d834b.tar.gz coredns-51607fcdf86bdad94e2acc5c52c48dd3ab9d834b.tar.zst coredns-51607fcdf86bdad94e2acc5c52c48dd3ab9d834b.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.38.16 to 1.38.25 (#4587)
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.38.16 + github.com/aws/aws-sdk-go v1.38.25 github.com/coredns/caddy v1.1.0 github.com/dnstap/golang-dnstap v0.4.0 github.com/dustin/go-humanize v1.0.0 // indirect |