diff options
author | 2021-06-14 05:50:16 -0700 | |
---|---|---|
committer | 2021-06-14 05:50:16 -0700 | |
commit | 9020e1f6e453f09a39ccbd5a14e73dda34f6d744 (patch) | |
tree | 7453197b35d7495957b1ad000b247aaa40c9a720 /go.mod | |
parent | be8958552ea68645f198c083498530c242dffc96 (diff) | |
download | coredns-9020e1f6e453f09a39ccbd5a14e73dda34f6d744.tar.gz coredns-9020e1f6e453f09a39ccbd5a14e73dda34f6d744.tar.zst coredns-9020e1f6e453f09a39ccbd5a14e73dda34f6d744.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.38.55 to 1.38.60 (#4691)
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.55 + github.com/aws/aws-sdk-go v1.38.60 github.com/coredns/caddy v1.1.0 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |