Skip to content

Commit af2e7c7

Browse files
committed
Update gorm to v1.9.10
1 parent b50a3c1 commit af2e7c7

File tree

2 files changed

+128
-38
lines changed

2 files changed

+128
-38
lines changed

go.mod

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
11
module github.com/netlify/gocommerce
22

33
require (
4-
cloud.google.com/go v0.0.0-20170822200954-98f5696b1026 // indirect
54
github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20170623214735-571947b0f240
65
github.com/PuerkitoBio/goquery v1.1.0
76
github.com/andybalholm/cascadia v0.0.0-20161224141413-349dd0209470 // indirect
87
github.com/denisenkom/go-mssqldb v0.0.0-20190906004059-62cf760a6c9e // indirect
98
github.com/dgrijalva/jwt-go v3.0.0+incompatible
10-
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
119
github.com/go-chi/chi v3.1.0+incompatible
12-
github.com/go-sql-driver/mysql v1.3.0
13-
github.com/golang/protobuf v0.0.0-20170816001514-ab9f9a6dab16 // indirect
10+
github.com/go-sql-driver/mysql v1.4.1
1411
github.com/inconshreveable/mousetrap v1.0.0 // indirect
15-
github.com/jinzhu/gorm v1.9.1
16-
github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d // indirect
17-
github.com/jinzhu/now v1.0.1 // indirect
12+
github.com/jinzhu/gorm v1.9.10
1813
github.com/joho/godotenv v0.0.0-20161216230537-726cc8b906e3
1914
github.com/kelseyhightower/envconfig v1.3.0
2015
github.com/kr/pretty v0.1.0 // indirect
21-
github.com/lib/pq v0.0.0-20170306183709-ca5bc43047f2
16+
github.com/lib/pq v1.1.1
2217
github.com/logpacker/PayPal-Go-SDK v2.0.5+incompatible // indirect
2318
github.com/mattes/vat v0.0.0-20160607175015-805d21ad0739
2419
github.com/mattn/go-sqlite3 v1.10.0
@@ -37,14 +32,10 @@ require (
3732
github.com/stretchr/testify v1.2.2
3833
github.com/stripe/stripe-go v62.9.0+incompatible
3934
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
40-
golang.org/x/oauth2 v0.0.0-20170807180024-9a379c6b3e95 // indirect
4135
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
42-
google.golang.org/api v0.0.0-20170821230356-dd6bdadc5852 // indirect
43-
google.golang.org/appengine v0.0.0-20170814190942-d9a072cfa7b9 // indirect
4436
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
4537
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
4638
gopkg.in/gomail.v2 v2.0.0-20150902115704-41f357289737 // indirect
47-
gopkg.in/yaml.v2 v2.0.0-20170721122051-25c4ec802a7d // indirect
4839
)
4940

5041
go 1.13

0 commit comments

Comments
 (0)