diff options
author | 2022-01-10 05:49:52 -0800 | |
---|---|---|
committer | 2022-01-10 05:49:52 -0800 | |
commit | db1dd072c1ab55d14e9cfe1f15c89c82e199234d (patch) | |
tree | a251eeaf3dfcbe592470996e38167fe5626a165a /go.mod | |
parent | 34ce1ed0b692d97807d16d75099bf651c5b16e76 (diff) | |
download | coredns-db1dd072c1ab55d14e9cfe1f15c89c82e199234d.tar.gz coredns-db1dd072c1ab55d14e9cfe1f15c89c82e199234d.tar.zst coredns-db1dd072c1ab55d14e9cfe1f15c89c82e199234d.zip |
build(deps): bump github.com/aws/aws-sdk-go from 1.42.25 to 1.42.30 (#5082)
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.42.25 + github.com/aws/aws-sdk-go v1.42.30 github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 |