Authinfo의 Token을 Email로 교체

This commit is contained in:
2023-05-28 19:07:15 +09:00
parent 0acae49a22
commit 93bd4f6c0b
3 changed files with 12 additions and 13 deletions

2
go.mod
View File

@ -11,6 +11,7 @@ require (
github.com/pires/go-proxyproto v0.7.0
go.mongodb.org/mongo-driver v1.11.6
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
golang.org/x/text v0.3.7
)
require (
@ -25,5 +26,4 @@ require (
github.com/xdg-go/stringprep v1.0.3 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/text v0.3.7 // indirect
)