forked from volatiletech/sqlboiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 753 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/volatiletech/sqlboiler/v4
go 1.14
require (
github.com/DATA-DOG/go-sqlmock v1.4.1
github.com/davecgh/go-spew v1.1.1
github.com/denisenkom/go-mssqldb v0.0.0-20200206145737-bbfc9a55622e
github.com/ericlagergren/decimal v0.0.0-20181231230500-73749d4874d5
github.com/friendsofgo/errors v0.9.2
github.com/go-sql-driver/mysql v1.5.0
github.com/kat-co/vala v0.0.0-20170210184112-42e1d8b61f12
github.com/kevinburke/go-bindata v3.21.0+incompatible // indirect
github.com/lib/pq v1.2.1-0.20191011153232-f91d3411e481
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.6.3
github.com/volatiletech/null/v8 v8.1.0
github.com/volatiletech/randomize v0.0.1
github.com/volatiletech/strmangle v0.0.1
)