This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (34 loc) · 1.46 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 sozluk
require (
github.com/biezhi/gorm-paginator/pagination v0.0.0-20190124091837-7a5c8ed20334
github.com/fsamin/go-dump v1.0.9 // indirect
github.com/gosimple/slug v1.5.0
github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec
github.com/jinzhu/gorm v1.9.10
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.1.1
github.com/luci/go-render v0.0.0-20160219211803-9a04cc21af0f
github.com/mattn/go-colorable v0.1.2
github.com/mattn/go-isatty v0.0.8
github.com/mattn/go-sqlite3 v1.11.0
github.com/mitchellh/mapstructure v1.1.2
github.com/myesui/uuid v1.0.0 // indirect
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
github.com/revel/config v0.21.0
github.com/revel/cron v0.21.0 // indirect
github.com/revel/log15 v2.11.20+incompatible
github.com/revel/modules v0.0.0-20190502182740-2737bfdaa8c4
github.com/revel/pathtree v0.0.0-20140121041023-41257a1839e9
github.com/revel/revel v0.21.0
github.com/robfig/config v0.0.0-20141207224736-0f78529c8c7e
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.3.0 // indirect
github.com/twinj/uuid v1.0.0
github.com/xeonx/timeago v1.0.0-rc4
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7
gopkg.in/fsnotify/fsnotify.v1 v1.4.7
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3
gopkg.in/stack.v0 v0.0.0-20141108040640-9b43fcefddd0
)