From d76746dfe2ce80829acf410874ca075ed3a0bdf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Aug 2021 12:07:28 +0000 Subject: [PATCH] build(deps): bump github.com/planetscale/planetscale-go Bumps [github.com/planetscale/planetscale-go](https://github.com/planetscale/planetscale-go) from 0.43.0 to 0.44.0. - [Release notes](https://github.com/planetscale/planetscale-go/releases) - [Commits](https://github.com/planetscale/planetscale-go/compare/v0.43.0...v0.44.0) --- updated-dependencies: - dependency-name: github.com/planetscale/planetscale-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 b790559..1c0a49a 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/frankban/quicktest v1.13.0 github.com/golang/protobuf v1.4.3 // indirect github.com/google/go-cmp v0.5.6 - github.com/planetscale/planetscale-go v0.43.0 + github.com/planetscale/planetscale-go v0.44.0 go.uber.org/zap v1.19.0 golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect diff --git a/go.sum b/go.sum index c01f7dc..76fcf6f 100644 --- a/go.sum +++ b/go.sum @@ -121,8 +121,8 @@ github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/planetscale/planetscale-go v0.43.0 h1:TSz2dH7eaXhdyAdLFqo3wPiw0XVjC7zIbeWYp1PsEbs= -github.com/planetscale/planetscale-go v0.43.0/go.mod h1:99n+tnrvJaaUako3UZNCiC1dTtSPKr81GqAUNibw5pc= +github.com/planetscale/planetscale-go v0.44.0 h1:m8Kvfnu0ObcCZxGgj/LAcoogEjHHMkYVF9lukkwD740= +github.com/planetscale/planetscale-go v0.44.0/go.mod h1:99n+tnrvJaaUako3UZNCiC1dTtSPKr81GqAUNibw5pc= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=