mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
25 lines
1 KiB
Modula-2
25 lines
1 KiB
Modula-2
module github.com/roleypoly/roleypoly
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.22.0
|
|
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
|
|
github.com/facebook/ent v0.4.3
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/improbable-eng/grpc-web v0.13.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/lampjaw/discordclient v0.0.0-20200914142129-e3b4f5747970
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/rs/cors v1.7.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
|
|
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
|
|
golang.org/x/sys v0.0.0-20200922070232-aee5d888a860 // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
google.golang.org/genproto v0.0.0-20200921165018-b9da36f5f452 // indirect
|
|
google.golang.org/grpc v1.32.0
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
|
|
k8s.io/klog v1.0.0
|
|
)
|