-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (20 loc) · 861 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/yanshiyason/gormmw
require (
cloud.google.com/go v0.37.1 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/gobuffalo/buffalo v0.14.2
github.com/gobuffalo/buffalo-pop v1.9.0
github.com/gobuffalo/events v1.2.0
github.com/gobuffalo/httptest v1.1.0
github.com/gobuffalo/pop v4.10.0+incompatible
github.com/gobuffalo/uuid v2.0.5+incompatible
github.com/jackc/pgx v3.3.0+incompatible // indirect
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v1.0.0 // indirect
github.com/markbates/going v1.0.3 // indirect
github.com/pkg/errors v0.8.1
github.com/spf13/afero v1.2.1 // indirect
github.com/stretchr/testify v1.3.0
)