mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
17 lines
514 B
Modula-2
17 lines
514 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
|
|
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
|
|
k8s.io/klog v1.0.0
|
|
)
|