1
1
module github.com/netlify/gocommerce
2
2
3
3
require (
4
- cloud.google.com/go v0.0.0-20170822200954-98f5696b1026 // indirect
5
4
github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20170623214735-571947b0f240
6
5
github.com/PuerkitoBio/goquery v1.1.0
7
6
github.com/andybalholm/cascadia v0.0.0-20161224141413-349dd0209470 // indirect
8
7
github.com/denisenkom/go-mssqldb v0.0.0-20190906004059-62cf760a6c9e // indirect
9
8
github.com/dgrijalva/jwt-go v3.0.0+incompatible
10
- github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
11
9
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
14
11
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
18
13
github.com/joho/godotenv v0.0.0-20161216230537-726cc8b906e3
19
14
github.com/kelseyhightower/envconfig v1.3.0
20
15
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
22
17
github.com/logpacker/PayPal-Go-SDK v2.0.5+incompatible // indirect
23
18
github.com/mattes/vat v0.0.0-20160607175015-805d21ad0739
24
19
github.com/mattn/go-sqlite3 v1.10.0
@@ -37,14 +32,10 @@ require (
37
32
github.com/stretchr/testify v1.2.2
38
33
github.com/stripe/stripe-go v62.9.0+incompatible
39
34
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
40
- golang.org/x/oauth2 v0.0.0-20170807180024-9a379c6b3e95 // indirect
41
35
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
44
36
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
45
37
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
46
38
gopkg.in/gomail.v2 v2.0.0-20150902115704-41f357289737 // indirect
47
- gopkg.in/yaml.v2 v2.0.0-20170721122051-25c4ec802a7d // indirect
48
39
)
49
40
50
41
go 1.13
0 commit comments