-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
23 lines (21 loc) · 718 Bytes
/
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
module lyanna
go 1.12
require (
github.com/alimoeeny/gooauth2 v0.0.0-20140214171402-62c620a8c7eb
github.com/garyburd/redigo v1.6.0
github.com/gin-contrib/sessions v0.0.1
github.com/gin-gonic/gin v1.4.0
github.com/go-sql-driver/mysql v1.4.1
github.com/gorilla/feeds v1.1.1
github.com/jinzhu/gorm v1.9.10
github.com/microcosm-cc/bluemonday v1.0.2
github.com/pkg/errors v0.8.0
github.com/russross/blackfriday v1.5.2
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/snluu/uuid v0.0.0-20130306162636-1dd34a9ad6c0
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.2.0 // indirect
go.uber.org/zap v1.10.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.2
)