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 (
|
2022-02-26 14:09:37 +01:00
|
|
|
github.com/gempir/go-twitch-irc/v3 v3.0.0
|
2021-09-28 10:32:13 +02:00
|
|
|
github.com/nicklaw5/helix v1.25.0
|
2023-01-08 19:45:57 +01:00
|
|
|
github.com/nursik/go-expire-map v1.1.0 // indirect
|
2021-09-28 10:32:13 +02:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
2019-09-05 20:20:11 +02:00
|
|
|
)
|