-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathgo.mod
35 lines (33 loc) · 1.13 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
module msg
go 1.16
require (
github.com/ChimeraCoder/gojson v1.1.0
github.com/PuerkitoBio/goquery v1.7.1
github.com/aliyun/aliyun-oss-go-sdk v2.2.7+incompatible
github.com/bwmarrin/snowflake v0.3.0
github.com/cenkalti/backoff/v4 v4.1.1
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.8.1
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.10.0
github.com/go-redis/redis/v8 v8.11.2
github.com/go-resty/resty/v2 v2.6.0
github.com/gogf/gf v1.16.5
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/iancoleman/strcase v0.2.0
github.com/jinzhu/copier v0.3.2
github.com/json-iterator/go v1.1.12
github.com/pkg/errors v0.9.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.1
github.com/tencentyun/cos-go-sdk-v5 v0.7.29
github.com/thoas/go-funk v0.9.0
github.com/urfave/cli/v2 v2.3.0
go.uber.org/zap v1.19.0
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
gopkg.in/guregu/null.v4 v4.0.0
gorm.io/driver/mysql v1.5.0
gorm.io/gorm v1.25.0
)