justlog/go.mod

12 lines
268 B
Modula-2
Raw Normal View History

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