Geeksbot/go.mod
Dustin Pianalto e19f987c4e
Some checks failed
CI / build (push) Has been cancelled
add request command
2021-01-24 22:57:55 -09:00

14 lines
401 B
Modula-2

module github.com/dustinpianalto/geeksbot
go 1.14
require (
github.com/bwmarrin/discordgo v0.22.1
github.com/dustinpianalto/disgoman v0.0.15
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
github.com/golang-migrate/migrate v3.5.4+incompatible // indirect
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/lib/pq v1.8.0
)