2021-08-19 13:33:56 +00:00
|
|
|
module github.com/Luzifer/twitch-bot/examples/plugin
|
|
|
|
|
2021-08-19 20:58:10 +00:00
|
|
|
go 1.17
|
2021-08-19 13:33:56 +00:00
|
|
|
|
|
|
|
require (
|
2021-08-19 20:58:10 +00:00
|
|
|
github.com/Luzifer/twitch-bot v0.15.1-0.20210819152747-8c9f9c549b1e
|
2021-08-19 13:33:56 +00:00
|
|
|
github.com/go-irc/irc v2.1.0+incompatible
|
2021-08-19 20:58:10 +00:00
|
|
|
github.com/onsi/gomega v1.11.0 // indirect
|
2021-08-19 13:33:56 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-08-19 20:58:10 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Luzifer/go_helpers/v2 v2.12.2 // indirect
|
|
|
|
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
|
|
|
|
github.com/onsi/ginkgo v1.16.2 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
2021-08-19 13:33:56 +00:00
|
|
|
)
|