From b0ca432f450f7123c0e90ec36e847333feb3c1db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 15:37:57 +0000 Subject: [PATCH] build(deps): bump github.com/sendgrid/sendgrid-go Bumps [github.com/sendgrid/sendgrid-go](https://github.com/sendgrid/sendgrid-go) from 3.9.0+incompatible to 3.10.0+incompatible. - [Release notes](https://github.com/sendgrid/sendgrid-go/releases) - [Changelog](https://github.com/sendgrid/sendgrid-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/sendgrid/sendgrid-go/compare/v3.9.0...v3.10.0) Signed-off-by: dependabot[bot] --- go.mod | 3 +-- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 8c57764..dd3be8c 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,6 @@ require ( github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/aws-sdk-go-v2/config v1.3.0 github.com/aws/aws-sdk-go-v2/credentials v1.2.1 - github.com/aws/aws-sdk-go-v2/internal/ini v1.0.0 // indirect github.com/aws/aws-sdk-go-v2/service/ses v1.2.2 github.com/bwmarrin/discordgo v0.23.2 github.com/cenkalti/backoff v2.2.1+incompatible // indirect @@ -32,7 +31,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/plivo/plivo-go v5.5.2+incompatible github.com/sendgrid/rest v2.6.3+incompatible // indirect - github.com/sendgrid/sendgrid-go v3.9.0+incompatible + github.com/sendgrid/sendgrid-go v3.10.0+incompatible github.com/silenceper/wechat/v2 v2.0.5 github.com/sirupsen/logrus v1.8.1 // indirect github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect diff --git a/go.sum b/go.sum index 2922853..ce3394c 100644 --- a/go.sum +++ b/go.sum @@ -160,8 +160,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/sendgrid/rest v2.6.3+incompatible h1:h/uruXAzKxVyDDIQX/MkQI73p/gsdpEnb5q2wxSvTsA= github.com/sendgrid/rest v2.6.3+incompatible/go.mod h1:kXX7q3jZtJXK5c5qK83bSGMdV6tsOE70KbHoqJls4lE= -github.com/sendgrid/sendgrid-go v3.9.0+incompatible h1:rs5T2u6XVNDN51Z8uynH+vgKLgCem+xfuL1OMcxsmBE= -github.com/sendgrid/sendgrid-go v3.9.0+incompatible/go.mod h1:QRQt+LX/NmgVEvmdRw0VT/QgUn499+iza2FnDca9fg8= +github.com/sendgrid/sendgrid-go v3.10.0+incompatible h1:aSYyurHxEZSDy7kxhvZ4fH0inNkEEmRssZNbAmETR2c= +github.com/sendgrid/sendgrid-go v3.10.0+incompatible/go.mod h1:QRQt+LX/NmgVEvmdRw0VT/QgUn499+iza2FnDca9fg8= github.com/silenceper/wechat/v2 v2.0.5 h1:yBOeTMiMAzCAvmhR14ADMlrRrR3oOqmoz7I/bus7bTw= github.com/silenceper/wechat/v2 v2.0.5/go.mod h1:hksYXWXGl7/E6TQojFNgxv8ouTF9CPPjfvWWJouJJGs= github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=