forked from lug/matterbridge

See https://github.com/golang/go/issues/30354 go get doesn't honor the go.mod replace options.
7 lines
147 B
Modula-2
7 lines
147 B
Modula-2
module github.com/matterbridge/discordgo
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.4.0
|
|
golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16
|
|
)
|