forked from medivh-jay/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
45 lines (43 loc) · 1.95 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
37
38
39
40
41
42
43
44
45
module starter
go 1.16
require (
github.com/BurntSushi/toml v0.4.1
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/confluentinc/confluent-kafka-go v1.7.0 // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
github.com/facebookgo/grace v0.0.0-20180706040059-75cf19382434
github.com/facebookgo/httpdown v0.0.0-20180706035922-5979d39b15c2 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.9.1
github.com/go-playground/locales v0.14.1
github.com/go-playground/universal-translator v0.18.1
github.com/go-redis/redis v6.15.9+incompatible
github.com/gogo/protobuf v1.3.2
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/jinzhu/gorm v1.9.16
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/json-iterator/go v1.1.12
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.5 // indirect
github.com/medivh-jay/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/mojocn/base64Captcha v1.3.5
github.com/olivere/elastic/v7 v7.0.29
github.com/onsi/gomega v1.16.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/sony/sonyflake v1.0.0
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2
github.com/swaggo/gin-swagger v1.3.1
github.com/swaggo/swag v1.7.1
go.mongodb.org/mongo-driver v1.7.2
golang.org/x/crypto v0.9.0
golang.org/x/text v0.9.0
gopkg.in/confluentinc/confluent-kafka-go.v1 v1.7.0
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
)