diff options
author | 2021-11-01 07:03:02 -0700 | |
---|---|---|
committer | 2021-11-01 07:03:02 -0700 | |
commit | ed64fbd875b01ebec0a7e075b2bfca4c92ec0755 (patch) | |
tree | d98f6500e2b183e61bcd17b671f16f08f1602c1b /go.mod | |
parent | eb62aec562f70844b341e3501c2b51f8644f724a (diff) | |
download | coredns-ed64fbd875b01ebec0a7e075b2bfca4c92ec0755.tar.gz coredns-ed64fbd875b01ebec0a7e075b2bfca4c92ec0755.tar.zst coredns-ed64fbd875b01ebec0a7e075b2bfca4c92ec0755.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.41.9 to 1.41.14 (#4950)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require ( github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/Microsoft/go-winio v0.5.0 // indirect github.com/apparentlymart/go-cidr v1.1.0 - github.com/aws/aws-sdk-go v1.41.9 + github.com/aws/aws-sdk-go v1.41.14 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |