aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 2019-07-22 06:55:41 +0000
committerGravatar Miek Gieben <miek@miek.nl> 2019-07-22 06:55:41 +0000
commit2153cada45e421220c7b3efd0f04a76954a19ad2 (patch)
tree27565c5250fd2316b044c0b978d73f3f3d867821 /go.mod
parent01e13c622e087779d5e0e1e82378333ccca9b1fb (diff)
downloadcoredns-2153cada45e421220c7b3efd0f04a76954a19ad2.tar.gz
coredns-2153cada45e421220c7b3efd0f04a76954a19ad2.tar.zst
coredns-2153cada45e421220c7b3efd0f04a76954a19ad2.zip
build(deps): bump github.com/aws/aws-sdk-go from 1.21.0 to 1.21.1 (#3027)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.21.0 to 1.21.1. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.21.0...v1.21.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 28fc57c8e..6d90c3710 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ require (
cloud.google.com/go v0.41.0 // indirect
github.com/Shopify/sarama v1.21.0 // indirect
github.com/apache/thrift v0.12.0 // indirect
- github.com/aws/aws-sdk-go v1.21.0
+ github.com/aws/aws-sdk-go v1.21.1
github.com/caddyserver/caddy v1.0.1
github.com/coreos/bbolt v1.3.2 // indirect
github.com/coreos/etcd v3.3.13+incompatible