Skip to content

Commit

Permalink
Update gorm to v1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Sep 10, 2019
1 parent b50a3c1 commit af2e7c7
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 38 deletions.
15 changes: 3 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
module github.com/netlify/gocommerce

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

go 1.13
Loading

0 comments on commit af2e7c7

Please sign in to comment.