2019-09-05 14:20:11 -04:00
|
|
|
module github.com/gempir/justlog
|
|
|
|
|
2021-03-19 17:55:12 -03:00
|
|
|
go 1.16
|
2019-09-05 14:20:11 -04:00
|
|
|
|
|
|
|
require (
|
2020-11-08 15:03:48 -03: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 10:23:52 -04:00
|
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
2019-09-05 14:20:11 -04:00
|
|
|
)
|