diff options
author | 2022-11-30 23:01:18 +0100 | |
---|---|---|
committer | 2022-11-30 23:01:18 +0100 | |
commit | 5517c3fd30f298d3967465cc989f050ebb9292e0 (patch) | |
tree | beb475cdd4c83735a552824cd99773e001682cf8 /go.mod | |
parent | 04a30198c38d13961c2a605c0aa67a32e6f7dbbe (diff) | |
download | coredns-5517c3fd30f298d3967465cc989f050ebb9292e0.tar.gz coredns-5517c3fd30f298d3967465cc989f050ebb9292e0.tar.zst coredns-5517c3fd30f298d3967465cc989f050ebb9292e0.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.44.142 to 1.44.146 (#5782)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.11 github.com/antonmedv/expr v1.9.0 github.com/apparentlymart/go-cidr v1.1.0 - github.com/aws/aws-sdk-go v1.44.142 + github.com/aws/aws-sdk-go v1.44.146 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |