1
0
mirror of https://github.com/charlienet/go-mixed.git synced 2025-07-18 00:22:41 +08:00
This commit is contained in:
2022-04-26 20:17:17 +08:00
parent 830a870158
commit 2f3c4e8a33
2 changed files with 29 additions and 22 deletions

4
go.mod
View File

@ -22,15 +22,15 @@ require (
require (
github.com/allegro/bigcache v1.2.1
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/coocood/freecache v1.2.1
github.com/go-playground/assert/v2 v2.0.1
github.com/go-redis/redis/v8 v8.11.5
github.com/sirupsen/logrus v1.8.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/stretchr/testify v1.7.1
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
golang.org/x/exp v0.0.0-20220414153411-bcd21879b8fd
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)