-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
51 lines (48 loc) · 1.91 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
module github.com/vikpe/streambot
go 1.20
require (
github.com/bep/debounce v1.2.1
github.com/fatih/color v1.16.0
github.com/gempir/go-twitch-irc/v4 v4.0.0
github.com/goccy/go-json v0.10.2
github.com/joho/godotenv v1.5.1
github.com/nicklaw5/helix/v2 v2.25.2
github.com/pebbe/zmq4 v1.2.10
github.com/samber/lo v1.39.0
github.com/stretchr/testify v1.8.4
github.com/vikpe/go-ezquake v0.1.7
github.com/vikpe/go-qwhub v0.1.4
github.com/vikpe/prettyfmt v0.0.0-20220720175521-e445f605e771
github.com/vikpe/qw-hub-api v0.7.3
github.com/vikpe/serverstat v1.2.6
github.com/vikpe/twitch-chatbot v0.2.3
github.com/vikpe/udphelper v1.0.1
github.com/vikpe/wildcard v0.1.0
golang.org/x/exp v0.0.0-20231226003508-02704c960a9b
)
require (
github.com/PuerkitoBio/goquery v1.8.1 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/cavaliergopher/grab/v3 v3.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.16.0 // indirect
github.com/go-resty/resty/v2 v2.11.0 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/nicklaw5/helix v1.25.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/valyala/fastjson v1.6.4 // indirect
github.com/vikpe/udpclient v1.0.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)