-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (39 loc) · 1.72 KB
/
Copy pathgo.mod
File metadata and controls
41 lines (39 loc) · 1.72 KB
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
module gitee.com/zhenyangze/gin-framework
go 1.13
require (
github.com/appleboy/gin-jwt/v2 v2.6.4
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
github.com/aviddiviner/gin-limit v0.0.0-20170918012823-43b5f79762c1
github.com/cosmtrek/air v1.29.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/go-redis/redis v6.15.5+incompatible
github.com/google/go-cmp v0.5.1 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.2
github.com/hprose/hprose-golang v2.0.5+incompatible
github.com/jinzhu/gorm v1.9.16
github.com/json-iterator/go v1.1.9
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect
github.com/lestrrat-go/strftime v1.0.5 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/onsi/ginkgo v1.14.1 // indirect
github.com/onsi/gomega v1.10.2 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 // indirect
github.com/robfig/cron v1.2.0
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/speps/go-hashids v1.0.0 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible
go.uber.org/automaxprocs v1.3.0
golang.org/x/sys v0.0.0-20220327210214-530d0810a4d0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)