-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathgo.mod
35 lines (33 loc) · 1.37 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
module github.com/volatiletech/boilbench
go 1.14
require (
github.com/DATA-DOG/go-sqlmock v1.4.1 // indirect
github.com/Masterminds/squirrel v1.4.0 // indirect
github.com/friendsofgo/errors v0.9.2
github.com/glerchundi/sqlboiler-crdb v0.0.0-20200507094411-785f9766376c
github.com/go-pg/pg/v10 v10.0.0-beta.1
github.com/go-sql-driver/mysql v1.5.1-0.20200311113236-681ffa848bae
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/jcmturner/gokrb5/v8 v8.3.0 // indirect
github.com/jinzhu/gorm v1.9.12
github.com/jmoiron/sqlx v1.2.0
github.com/json-iterator/go v1.1.9 // indirect
github.com/kyleconroy/sqlc v1.3.0
github.com/lib/pq v1.6.0
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/pkg/errors v0.9.1
github.com/satori/go.uuid v1.2.0 // indirect
github.com/spf13/cobra v1.0.0 // indirect
github.com/spf13/viper v1.7.0
github.com/volatiletech/inflect v0.0.1 // indirect
github.com/volatiletech/null v8.0.0+incompatible
github.com/volatiletech/sqlboiler v3.7.1+incompatible
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/tools v0.0.0-20200329025819-fd4102a86c65 // indirect
gopkg.in/gorp.v1 v1.7.2
gopkg.in/src-d/go-kallax.v1 v1.3.5
xorm.io/core v0.7.3
xorm.io/xorm v1.0.1
)