From bda2f60edd0aa6b8023453fb4e93d3b0b814cdfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:19:43 +0100 Subject: [PATCH] Update module github.com/aws/aws-sdk-go to v1.50.21 (#956) * Update module github.com/aws/aws-sdk-go to v1.50.21 * Remove ineffective replace line --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marian Steinbach --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index ec2a2ef2..706b0205 100644 --- a/go.mod +++ b/go.mod @@ -58,7 +58,6 @@ require ( ) replace ( - github.com/aws/aws-sdk-go => github.com/aws/aws-sdk-go v1.50.20 github.com/gorilla/websocket => github.com/gorilla/websocket v1.5.1 github.com/miekg/dns => github.com/miekg/dns v1.1.58 github.com/nats-io/jwt/v2 => github.com/nats-io/jwt/v2 v2.5.4