-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 709 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/og/gofree
go 1.13
require (
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/google/uuid v1.1.1
github.com/jinzhu/gorm v1.9.11 // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/kardianos/govendor v1.0.9 // indirect
github.com/og/go-json v0.0.0-20190910100036-3eb9c488b296
github.com/og/x v0.0.0-20191010135317-245aa5f2dfe7
github.com/og/x/json v0.0.0-20190911074324-46c1b3e856fb
github.com/pkg/errors v0.8.1
github.com/sergi/go-diff v1.0.0 // indirect
github.com/stretchr/testify v1.4.0
google.golang.org/appengine v1.6.5 // indirect
)