|
|
|
|
@ -3,12 +3,18 @@ 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/AlekSi/pointer v1.1.0 // indirect
|
|
|
|
|
github.com/bwmarrin/discordgo v0.23.2
|
|
|
|
|
github.com/dustinpianalto/disgoman v0.0.21
|
|
|
|
|
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/emersion/go-imap v1.1.0
|
|
|
|
|
github.com/emersion/go-message v0.15.0
|
|
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
|
|
|
|
github.com/lib/pq v1.3.0
|
|
|
|
|
github.com/lib/pq v1.10.2
|
|
|
|
|
github.com/olebedev/when v0.0.0-20190311101825-c3b538a97254
|
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
|
|
|
|
|
golang.org/x/sys v0.0.0-20210818153620-00dd8d7831e7 // indirect
|
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
|
)
|
|
|
|
|
|