mirror of
https://github.com/Luzifer/twitch-manager.git
synced 2024-11-09 18:00:05 +00:00
14 lines
362 B
Modula-2
14 lines
362 B
Modula-2
module github.com/Luzifer/twitch-manager
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.11.0
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/go-irc/irc v2.1.0+incompatible
|
|
github.com/gofrs/uuid v3.3.0+incompatible
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.7.0
|
|
)
|