-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 924 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
24
25
26
27
28
29
module go-gin
go 1.13
require (
github.com/BurntSushi/toml v0.4.1
github.com/LyricTian/captcha v1.1.0
github.com/LyricTian/fuh v2.1.0+incompatible
github.com/LyricTian/queue v1.2.0
github.com/casbin/casbin v1.9.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.7.7
github.com/go-ini/ini v1.66.2 // indirect
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-redis/redis_rate v6.5.0+incompatible
github.com/google/gops v0.3.22
github.com/google/uuid v1.3.0
github.com/jinzhu/gorm v1.9.16
github.com/json-iterator/go v1.1.12
github.com/minio/minio-go v6.0.14+incompatible
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/tealeg/xlsx v1.0.5
github.com/tidwall/buntdb v1.2.9
go.uber.org/dig v1.13.0
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11
)