diff options
author | 2023-02-27 06:44:54 -0800 | |
---|---|---|
committer | 2023-02-27 06:44:54 -0800 | |
commit | 2cf4b3da7971adcc76e5dc45af7c5f5421176a4c (patch) | |
tree | d2e64fd8cb09a9cf5e1dd64ab94c8b0b72b48d92 /go.mod | |
parent | 39b8f78d26c7fe67ee1b48fcea1b04ac47ead47f (diff) | |
download | coredns-2cf4b3da7971adcc76e5dc45af7c5f5421176a4c.tar.gz coredns-2cf4b3da7971adcc76e5dc45af7c5f5421176a4c.tar.zst coredns-2cf4b3da7971adcc76e5dc45af7c5f5421176a4c.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.44.204 to 1.44.209 (#5939)
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.12 github.com/antonmedv/expr v1.12.0 github.com/apparentlymart/go-cidr v1.1.0 - github.com/aws/aws-sdk-go v1.44.204 + github.com/aws/aws-sdk-go v1.44.209 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |