forked from go-rel/rel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (15 loc) · 520 Bytes
/
go.mod
File metadata and controls
17 lines (15 loc) · 520 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/Fs02/rel
require (
github.com/go-sql-driver/mysql v1.5.0
github.com/jinzhu/inflection v1.0.0
github.com/lib/pq v1.8.0
github.com/mattn/go-sqlite3 v1.14.3
github.com/onsi/ginkgo v1.14.1 // indirect
github.com/onsi/gomega v1.10.2 // indirect
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/subosito/gotenv v1.2.0
golang.org/x/net v0.0.0-20200925080053-05aa5d4ee321 // indirect
)
go 1.13