From b7de00ddfd128672eac82ef8f6e938bcbb6c2cd4 Mon Sep 17 00:00:00 2001 From: Oliver Eilhard Date: Mon, 12 Apr 2021 15:55:01 +0200 Subject: [PATCH] Tidy up and update dependencies --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 00c6cc1a..e82873f4 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,8 @@ module github.com/olivere/elastic/v7 go 1.14 require ( - github.com/aws/aws-sdk-go v1.38.3 + github.com/aws/aws-sdk-go v1.38.17 github.com/fortytw2/leaktest v1.3.0 - github.com/go-sql-driver/mysql v1.5.0 // indirect github.com/google/go-cmp v0.5.5 github.com/mailru/easyjson v0.7.7 github.com/opentracing/opentracing-go v1.2.0