From 63d8687470b1ba8b26400a33cd0b269f0da2ba15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 16:15:42 +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.10.2+incompatible to 3.11.1+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.10.2...v3.11.1) --- updated-dependencies: - dependency-name: github.com/sendgrid/sendgrid-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 3202e8d..b47901d 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/rs/xid v1.3.0 github.com/satori/go.uuid v1.2.0 github.com/sendgrid/rest v2.4.1+incompatible // indirect - github.com/sendgrid/sendgrid-go v3.10.2+incompatible + github.com/sendgrid/sendgrid-go v3.11.1+incompatible github.com/spf13/cobra v1.1.3 github.com/spf13/viper v1.9.0 github.com/stretchr/testify v1.7.0 diff --git a/go.sum b/go.sum index 1f50f38..113a2a5 100644 --- a/go.sum +++ b/go.sum @@ -395,8 +395,8 @@ github.com/segmentio/encoding v0.1.15 h1:btgfyAuFo3uLw7eOrRDPo8H4Bc881+bSPHzAEe0 github.com/segmentio/encoding v0.1.15/go.mod h1:RWhr02uzMB9gQC1x+MfYxedtmBibb9cZ6Vv9VxRSSbw= github.com/sendgrid/rest v2.4.1+incompatible h1:HDib/5xzQREPq34lN3YMhQtMkdXxS/qLp5G3k9a5++4= github.com/sendgrid/rest v2.4.1+incompatible/go.mod h1:kXX7q3jZtJXK5c5qK83bSGMdV6tsOE70KbHoqJls4lE= -github.com/sendgrid/sendgrid-go v3.10.2+incompatible h1:86kA9yaxXYj/VgV+lC0t9Gksb0kORKtubvpSm5/u2yQ= -github.com/sendgrid/sendgrid-go v3.10.2+incompatible/go.mod h1:QRQt+LX/NmgVEvmdRw0VT/QgUn499+iza2FnDca9fg8= +github.com/sendgrid/sendgrid-go v3.11.1+incompatible h1:ai0+woZ3r/+tKLQExznak5XerOFoD6S7ePO0lMV8WXo= +github.com/sendgrid/sendgrid-go v3.11.1+incompatible/go.mod h1:QRQt+LX/NmgVEvmdRw0VT/QgUn499+iza2FnDca9fg8= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=