This repository has been archived on 2023-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
twitch_data_collector/go.mod
2021-10-27 20:52:40 +02:00

18 lines
524 B
Modula-2

module github.com/mthie/twitch_data_collector
go 1.16
require (
github.com/Luzifer/rconfig v1.2.0
github.com/go-irc/irc v2.1.0+incompatible
github.com/gorilla/mux v1.8.0
github.com/onsi/ginkgo v1.16.1 // indirect
github.com/onsi/gomega v1.11.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/oauth2 v0.0.0-20210413134643-5e61552d6c78
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0 // indirect
gopkg.in/yaml.v2 v2.4.0
)