2019-09-05 20:20:11 +02:00
|
|
|
module github.com/gempir/justlog
|
|
|
|
|
2021-03-19 21:55:12 +01:00
|
|
|
go 1.16
|
2019-09-05 20:20:11 +02:00
|
|
|
|
|
|
|
require (
|
2021-11-22 14:37:29 +01:00
|
|
|
github.com/gempir/go-twitch-irc/v2 v2.8.1
|
2021-09-28 10:32:13 +02:00
|
|
|
github.com/nicklaw5/helix v1.25.0
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
2019-09-05 20:20:11 +02:00
|
|
|
)
|