v3/go.mod

21 lines
804 B
Modula-2

module github.com/roleypoly/roleypoly
go 1.15
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
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d // indirect
golang.org/x/tools v0.0.0-20200923182640-463111b69878 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
k8s.io/klog v1.0.0
)