Goff/go.mod
Dustin Pianalto 4db28f5c0b
Some checks failed
CI / build (push) Has been cancelled
Add sar and ping role when posting puzzle
2020-09-02 01:49:29 -08:00

15 lines
419 B
Modula-2

module github.com/dustinpianalto/goff
go 1.14
require (
github.com/bwmarrin/discordgo v0.22.0
github.com/dustinpianalto/disgoman v0.0.12
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/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/lib/pq v1.3.0
github.com/olebedev/when v0.0.0-20190311101825-c3b538a97254
)