aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-05-30 23:07:38 +0200
committerGravatar GitHub <noreply@github.com> 2023-05-30 23:07:38 +0200
commitac68a9d8df999b65f29bf4240a8fc2b67a303df8 (patch)
treef395a25dc56424e0402e4107e8d48bbe04ce1be4 /go.mod
parent8b0bff6f986bd2186b345cb4ab53880c5f008d1f (diff)
downloadcoredns-ac68a9d8df999b65f29bf4240a8fc2b67a303df8.tar.gz
coredns-ac68a9d8df999b65f29bf4240a8fc2b67a303df8.tar.zst
coredns-ac68a9d8df999b65f29bf4240a8fc2b67a303df8.zip
build(deps): bump github.com/aws/aws-sdk-go from 1.44.266 to 1.44.271 (#6128)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.266 to 1.44.271. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.266...v1.44.271) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index e8c9b8cec..a3610279d 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
github.com/Azure/go-autorest/autorest/azure/auth v0.5.12
github.com/antonmedv/expr v1.12.5
github.com/apparentlymart/go-cidr v1.1.0
- github.com/aws/aws-sdk-go v1.44.266
+ github.com/aws/aws-sdk-go v1.44.271
github.com/coredns/caddy v1.1.1
github.com/dnstap/golang-dnstap v0.4.0
github.com/farsightsec/golang-framestream v0.3.0
@@ -36,6 +36,7 @@ require (
k8s.io/apimachinery v0.27.1
k8s.io/client-go v0.27.1
k8s.io/klog/v2 v2.100.1
+ k8s.io/utils v0.0.0-20230209194617-a36077c30491
)
require (
@@ -120,7 +121,6 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
inet.af/netaddr v0.0.0-20220811202034-502d2d690317 // indirect
k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a // indirect
- k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect