mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 01:29:09 +00:00
port full auth flow to cf workers
This commit is contained in:
parent
9eeb946389
commit
aad0987dce
50 changed files with 551 additions and 1167 deletions
21
go.mod
21
go.mod
|
@ -3,31 +3,10 @@ module github.com/roleypoly/roleypoly
|
|||
go 1.15
|
||||
|
||||
require (
|
||||
cloud.google.com/go v0.72.0 // indirect
|
||||
cloud.google.com/go/firestore v1.3.0
|
||||
github.com/GoogleCloudPlatform/functions-framework-go v1.2.0
|
||||
github.com/alicebob/miniredis/v2 v2.14.1
|
||||
github.com/bwmarrin/discordgo v0.22.0
|
||||
github.com/cloudevents/sdk-go/v2 v2.3.1 // indirect
|
||||
github.com/dghubble/trie v0.0.0-20201011220304-ed6d6b8add55
|
||||
github.com/go-redis/redis/v8 v8.4.0
|
||||
github.com/google/go-cmp v0.5.4 // indirect
|
||||
github.com/gorilla/websocket v1.4.2 // indirect
|
||||
github.com/joho/godotenv v1.3.0
|
||||
github.com/lampjaw/discordclient v0.0.0-20200923011548-6558fc9e89df
|
||||
github.com/onsi/gomega v1.10.3
|
||||
github.com/segmentio/ksuid v1.0.3
|
||||
github.com/sony/gobreaker v0.4.1
|
||||
go.uber.org/multierr v1.6.0 // indirect
|
||||
go.uber.org/zap v1.16.0 // indirect
|
||||
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
|
||||
golang.org/x/mod v0.4.0 // indirect
|
||||
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
|
||||
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 // indirect
|
||||
golang.org/x/sys v0.0.0-20201202213521-69691e467435 // indirect
|
||||
golang.org/x/tools v0.0.0-20201202200335-bef1c476418a // indirect
|
||||
google.golang.org/appengine v1.6.7 // indirect
|
||||
google.golang.org/genproto v0.0.0-20201202151023-55d61f90c1ce // indirect
|
||||
google.golang.org/grpc v1.34.0 // indirect
|
||||
k8s.io/klog v1.0.0
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue