redis stack 사용
This commit is contained in:
4
go.mod
4
go.mod
@ -4,8 +4,9 @@ go 1.20
|
||||
|
||||
require (
|
||||
github.com/go-redis/redis/v8 v8.11.5
|
||||
github.com/nitishm/go-rejson/v4 v4.1.0
|
||||
go.mongodb.org/mongo-driver v1.11.7
|
||||
repositories.action2quare.com/ayo/gocommon v0.0.0-20230713080645-269fa0f8700e
|
||||
repositories.action2quare.com/ayo/gocommon v0.0.0-20230715080833-f0f459332d1a
|
||||
)
|
||||
|
||||
require (
|
||||
@ -24,4 +25,5 @@ require (
|
||||
golang.org/x/crypto v0.10.0 // indirect
|
||||
golang.org/x/sync v0.3.0 // indirect
|
||||
golang.org/x/text v0.10.0 // indirect
|
||||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user