mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
22 lines
820 B
Modula-2
22 lines
820 B
Modula-2
module github.com/roleypoly/roleypoly
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.22.0
|
|
github.com/dghubble/trie v0.0.0-20200716043226-5a94efb202d5
|
|
github.com/facebook/ent v0.4.3
|
|
github.com/google/go-github/v32 v32.1.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/lampjaw/discordclient v0.0.0-20200923011548-6558fc9e89df
|
|
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-20201002170205-7f63de1d35b0 // indirect
|
|
golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
|
golang.org/x/sys v0.0.0-20201007082116-8445cc04cbdf // indirect
|
|
golang.org/x/tools v0.0.0-20201007032633-0806396f153e // indirect
|
|
k8s.io/klog v1.0.0
|
|
)
|