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 (
|
2020-11-08 19:03:48 +01:00
|
|
|
github.com/gempir/go-twitch-irc/v2 v2.5.0
|
|
|
|
github.com/nicklaw5/helix v1.0.0
|
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2021-06-05 16:23:52 +02:00
|
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
2019-09-05 20:20:11 +02:00
|
|
|
)
|