module github.com/roleypoly/roleypoly go 1.15 require ( github.com/bwmarrin/discordgo v0.23.2 github.com/dghubble/trie v0.0.0-20201011220304-ed6d6b8add55 github.com/google/go-cmp v0.5.4 // indirect github.com/joho/godotenv v1.3.0 github.com/kr/pretty v0.1.0 // indirect github.com/lampjaw/discordclient v0.0.0-20210312234541-165fc2e57e2b github.com/onsi/gomega v1.11.0 golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073 // indirect golang.org/x/text v0.3.4 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect google.golang.org/protobuf v1.25.0 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect k8s.io/klog v1.0.0 )