diff options
author | 2020-01-06 17:58:57 +0800 | |
---|---|---|
committer | 2020-01-06 17:58:57 +0800 | |
commit | 8e159bb2731d0a1e4a229d38677a7597031c2b78 (patch) | |
tree | 61feafe3075272595e6445eab2938a82b0a62f21 | |
parent | f81f28d97b3987b07f53847ee63097ac05d518b9 (diff) | |
download | coredns-8e159bb2731d0a1e4a229d38677a7597031c2b78.tar.gz coredns-8e159bb2731d0a1e4a229d38677a7597031c2b78.tar.zst coredns-8e159bb2731d0a1e4a229d38677a7597031c2b78.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.26.8 to 1.27.0 (#3582)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.26.8 to 1.27.0.
- [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.26.8...v1.27.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -10,7 +10,7 @@ require ( github.com/DataDog/datadog-go v2.2.0+incompatible // indirect github.com/Shopify/sarama v1.21.0 // indirect github.com/apache/thrift v0.13.0 // indirect - github.com/aws/aws-sdk-go v1.26.8 + github.com/aws/aws-sdk-go v1.27.0 github.com/caddyserver/caddy v1.0.4 github.com/coredns/federation v0.0.0-20190818181423-e032b096babe github.com/coreos/go-systemd v0.0.0-20190212144455-93d5ec2c7f76 // indirect @@ -68,6 +68,8 @@ github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb github.com/aws/aws-sdk-go v1.23.0/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.26.8 h1:W+MPuCFLSO/itZkZ5GFOui0YC1j3lZ507/m5DFPtzE4= github.com/aws/aws-sdk-go v1.26.8/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= +github.com/aws/aws-sdk-go v1.27.0 h1:0xphMHGMLBrPMfxR2AmVjZKcMEESEgWF8Kru94BNByk= +github.com/aws/aws-sdk-go v1.27.0/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f/go.mod h1:AuiFmCCPBSrqvVMvuqFuk0qogytodnVFVSN5CeJB8Gc= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= |