mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 01:29:09 +00:00
feat: add skeleton of discord-auth, resolve gazelle issues.. again
This commit is contained in:
parent
deb6c194e9
commit
fce28b5b37
19 changed files with 257 additions and 23 deletions
2
go.mod
2
go.mod
|
@ -6,8 +6,10 @@ require (
|
|||
github.com/bwmarrin/discordgo v0.22.0
|
||||
github.com/facebook/ent v0.4.3
|
||||
github.com/joho/godotenv v1.3.0
|
||||
github.com/julienschmidt/httprouter v1.2.0
|
||||
github.com/lampjaw/discordclient v0.0.0-20200923011548-6558fc9e89df
|
||||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
||||
github.com/segmentio/ksuid v1.0.3
|
||||
go.uber.org/fx v1.13.1
|
||||
go.uber.org/multierr v1.6.0 // indirect
|
||||
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue