Revert "친구 초대 및 관리 완료"

This reverts commit e18a5eafe0.
This commit is contained in:
2023-09-19 18:38:56 +09:00
parent e18a5eafe0
commit 675bcbad9e
14 changed files with 1533 additions and 1085 deletions

4
go.mod
View File

@ -1,10 +1,9 @@
module repositories.action2quare.com/ayo/social
module repositories.action2quare.com/ayo/tavern
go 1.20
require (
github.com/go-redis/redis/v8 v8.11.5
github.com/gorilla/websocket v1.5.0
go.mongodb.org/mongo-driver v1.11.7
repositories.action2quare.com/ayo/gocommon v0.0.0-20230911034515-1af5d7281946
)
@ -14,6 +13,7 @@ require (
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/klauspost/compress v1.16.6 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/pires/go-proxyproto v0.7.0 // indirect