discordmuffin/go.mod
Bruce Marriner bd7cb04d47 Since Go is intent on a Go value being in go.mod
We're going to set it to 1.10 for now.
2019-10-18 11:29:55 -05:00

8 lines
152 B
Modula-2

module github.com/bwmarrin/discordgo
require (
github.com/gorilla/websocket v1.4.0
golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16
)
go 1.10