You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
349 B
14 lines
349 B
module github.com/dustinpianalto/goff
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.22.0
|
|
github.com/dustinpianalto/disgoman v0.0.15
|
|
github.com/dustinpianalto/rpnparse v1.0.1
|
|
github.com/emersion/go-imap v1.0.5
|
|
github.com/emersion/go-message v0.12.0
|
|
github.com/lib/pq v1.3.0
|
|
github.com/olebedev/when v0.0.0-20190311101825-c3b538a97254
|
|
)
|