diff options
author | 2022-01-24 06:36:10 -0800 | |
---|---|---|
committer | 2022-01-24 06:36:10 -0800 | |
commit | e9247b7e4555f75bcf719408d405ca605b96c967 (patch) | |
tree | aeddc41960655f84c80ddf13a993b260254193a0 /go.mod | |
parent | 242a3482bf71718a0f354b17372d23c5702a11cc (diff) | |
download | coredns-e9247b7e4555f75bcf719408d405ca605b96c967.tar.gz coredns-e9247b7e4555f75bcf719408d405ca605b96c967.tar.zst coredns-e9247b7e4555f75bcf719408d405ca605b96c967.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.42.35 to 1.42.39 (#5116)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require ( github.com/Azure/go-autorest/autorest v0.11.24 github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 github.com/apparentlymart/go-cidr v1.1.0 - github.com/aws/aws-sdk-go v1.42.35 + github.com/aws/aws-sdk-go v1.42.39 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |