gopkg/go.mod

22 lines
617 B
Modula-2
Raw Normal View History

2021-07-25 18:50:56 +08:00
module git.zhangdeman.cn/zhangdeman/gopkg
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-02-27 16:31:12 +08:00
github.com/gin-gonic/gin v1.6.3
2021-02-27 22:09:31 +08:00
github.com/go-redis/redis/v8 v8.6.0
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
github.com/lestrrat-go/strftime v1.0.4 // indirect
2021-02-24 14:03:43 +08:00
github.com/pkg/errors v0.9.1
github.com/spaolacci/murmur3 v1.1.0
2021-02-27 23:27:21 +08:00
github.com/stretchr/testify v1.7.0
2021-03-11 00:05:56 +08:00
github.com/tidwall/gjson v1.6.8
github.com/tidwall/pretty v1.1.0 // indirect
2021-02-27 16:31:12 +08:00
go.uber.org/zap v1.16.0
2021-07-25 18:50:56 +08:00
gopkg.in/yaml.v2 v2.4.0
2021-03-01 22:44:38 +08:00
gorm.io/driver/mysql v1.0.4
gorm.io/gorm v1.20.12
2021-02-24 14:03:43 +08:00
)