2021-07-25 18:50:56 +08:00
|
|
|
module git.zhangdeman.cn/zhangdeman/gopkg
|
2021-02-23 22:41:06 +08:00
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
2021-02-24 14:03:43 +08:00
|
|
|
require (
|
2021-03-11 00:05:56 +08:00
|
|
|
github.com/buger/jsonparser v1.1.1
|
2021-08-13 01:51:07 +08:00
|
|
|
github.com/ddliu/go-httpclient v0.6.9
|
2021-08-01 20:01:02 +08:00
|
|
|
github.com/gin-gonic/gin v1.7.2
|
|
|
|
github.com/go-redis/redis/v8 v8.3.4
|
|
|
|
github.com/go-redis/redis_rate/v9 v9.1.1
|
|
|
|
github.com/go-sql-driver/mysql v1.6.0 // indirect
|
2021-03-11 00:05:56 +08:00
|
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
2021-02-27 16:31:12 +08:00
|
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
2021-08-01 20:01:02 +08:00
|
|
|
github.com/lestrrat-go/strftime v1.0.5 // indirect
|
|
|
|
github.com/pkg/errors v0.8.1
|
2021-02-24 14:03:43 +08:00
|
|
|
github.com/spaolacci/murmur3 v1.1.0
|
2021-02-27 23:27:21 +08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-08-01 20:01:02 +08:00
|
|
|
github.com/tidwall/gjson v1.8.1
|
|
|
|
go.uber.org/zap v1.17.0
|
2021-08-13 01:51:07 +08:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
2021-08-01 20:01:02 +08:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
|
|
gorm.io/driver/mysql v1.0.0
|
|
|
|
gorm.io/gorm v1.21.12
|
2021-02-24 14:03:43 +08:00
|
|
|
)
|