Skip to content

Commit 195495c

Browse files
author
Marcus Weiner
authored
Upgrade proxy sql driver for new Go version (#309)
1 parent 87f068d commit 195495c

File tree

2 files changed

+474
-33
lines changed

2 files changed

+474
-33
lines changed

go.mod

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module github.com/netlify/gotrue
22

33
require (
4-
github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20170623214735-571947b0f240
4+
github.com/GoogleCloudPlatform/cloudsql-proxy v1.27.0
55
github.com/badoux/checkmail v0.0.0-20170203135005-d0a759655d62
66
github.com/beevik/etree v1.1.1-0.20200718192613-4a2f8b9d084c
77
github.com/didip/tollbooth/v5 v5.1.1
88
github.com/go-chi/chi v4.0.2+incompatible
9-
github.com/go-sql-driver/mysql v1.5.0
9+
github.com/go-sql-driver/mysql v1.6.0
1010
github.com/gobuffalo/pop/v5 v5.3.4
1111
github.com/gobuffalo/uuid v2.0.5+incompatible
1212
github.com/golang-jwt/jwt/v4 v4.1.0
@@ -24,14 +24,10 @@ require (
2424
github.com/sirupsen/logrus v1.4.2
2525
github.com/spf13/cobra v0.0.6
2626
github.com/spf13/pflag v1.0.5 // indirect
27-
github.com/stretchr/testify v1.6.1
27+
github.com/stretchr/testify v1.7.0
2828
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
29-
golang.org/x/lint v0.0.0-20190930215403-16217165b5de
30-
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
31-
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
32-
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
33-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
34-
google.golang.org/appengine v1.6.5 // indirect
29+
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
30+
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
3531
gopkg.in/DataDog/dd-trace-go.v1 v1.12.1
3632
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
3733
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect

0 commit comments

Comments
 (0)