-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
36 lines (34 loc) · 1.25 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
36
module github.com/totoval/framework
go 1.12
require (
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.7.0
github.com/getsentry/raven-go v0.2.0
github.com/gin-contrib/sentry v0.0.0-20190528141903-48a399dfd39f
github.com/gin-gonic/gin v1.4.0
github.com/go-playground/locales v0.12.1
github.com/go-playground/universal-translator v0.16.0
github.com/go-redis/redis v6.15.2+incompatible
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golang/protobuf v1.3.2
github.com/gorilla/websocket v1.4.1
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365
github.com/jinzhu/copier v0.0.0-20190625015134-976e0346caa8
github.com/jinzhu/gorm v1.9.10
github.com/leodido/go-urn v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/nicksnyder/go-i18n/v2 v2.0.2
github.com/nsqio/go-nsq v1.0.7
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.8.1
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cast v1.3.0
github.com/spf13/viper v1.4.0
github.com/urfave/cli v1.21.0
github.com/ztrue/tracerr v0.3.0
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472
golang.org/x/text v0.3.2
gopkg.in/dgrijalva/jwt-go.v3 v3.2.0
gopkg.in/go-playground/validator.v9 v9.29.1
)