helperbot/plugins_src/plugin_aoc/go.mod

16 lines
405 B
Modula-2

module git.bullercodeworks.com/brian/helperbot/plugins_src/plugin_aoc
go 1.20
require (
git.bullercodeworks.com/brian/go-adventofcode v1.1.1
git.bullercodeworks.com/brian/helperbot v0.0.0-20221201132802-09a662a8cd4b
github.com/slack-go/slack v0.12.3
)
require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/nlopes/slack v0.6.0 // indirect
github.com/pkg/errors v0.8.0 // indirect
)