diff options
author | 2021-07-05 07:21:26 -0700 | |
---|---|---|
committer | 2021-07-05 07:21:26 -0700 | |
commit | e788cf8a4b493643840e65160b5173b6f787c422 (patch) | |
tree | 6699d98d7fca3bb5c4d05a43729ee316eb515cd4 /go.mod | |
parent | c610bfd87f39b992de318e86022396c7e1fe6c31 (diff) | |
download | coredns-e788cf8a4b493643840e65160b5173b6f787c422.tar.gz coredns-e788cf8a4b493643840e65160b5173b6f787c422.tar.zst coredns-e788cf8a4b493643840e65160b5173b6f787c422.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.38.68 to 1.39.0 (#4734)
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.38.68 + github.com/aws/aws-sdk-go v1.39.0 github.com/coredns/caddy v1.1.0 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |