diff --git a/plugins/source/aws/go.mod b/plugins/source/aws/go.mod index 441b9d23be8c5b..dd896af1cbea11 100644 --- a/plugins/source/aws/go.mod +++ b/plugins/source/aws/go.mod @@ -41,7 +41,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/eks v1.25.0 github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.3 github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.21 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.24 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.25 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.27 github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.17.3 github.com/aws/aws-sdk-go-v2/service/emr v1.20.17 diff --git a/plugins/source/aws/go.sum b/plugins/source/aws/go.sum index c4239b95cc2c69..3c71fbe136414e 100644 --- a/plugins/source/aws/go.sum +++ b/plugins/source/aws/go.sum @@ -130,8 +130,8 @@ github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.3 h1:WOyHP1f5tMqTyrE6bySy github.com/aws/aws-sdk-go-v2/service/elasticache v1.24.3/go.mod h1:gnN6CtMag9be9XGXsMenh084NcSy5pO0hriEYz/TERk= github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.21 h1:1oeseU6hoD2Gn5wwwVd00biFATXUG5i9xB3dLhmc8Mc= github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.21/go.mod h1:+KZXtmdwFYJ5S3/zL85VemhlcvI6mHb/E8WXbMXnuZY= -github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.24 h1:jeukT3rQ4KQYXlOmc8dfJHXMKLPxmD9RClhKjvo2vyk= -github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.24/go.mod h1:QKI2x7OUX82Z4n5LqPsQE25iF2lLfj3M+lDj9JZRVkU= +github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.25 h1:Iy28SRz2KfiGFtlj/HmLM5QPE+8K9I3bQPFx8Fo59OI= +github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.25/go.mod h1:3OUv9SlYvymsCF3I5NftITc1+B09cF5lg4IsZgQQy1U= github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.27 h1:wxij3U3NcK5Ku/VURBqR1r7Ip+kLsmfZd0b7BlqCKyk= github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.27/go.mod h1:vxihO/POqPi4jNKVRG+pIaPdNUhqCGlcFRBYL6aJF4c= github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.17.3 h1:sauwbySDjUIlmTKNKmxyoDZX35OsmaeLVtQbcTXu4Hg=