This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 253
/
Copy pathgo.mod
52 lines (49 loc) · 2.07 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
52
module github.com/kitabisa/teler
go 1.18
require (
github.com/briandowns/spinner v1.18.1
github.com/bwmarrin/discordgo v0.25.0
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
github.com/kitabisa/tailpipe v1.0.0
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/panjf2000/ants/v2 v2.5.0
github.com/projectdiscovery/gologger v1.1.4
github.com/prometheus/client_golang v1.10.0
github.com/r3labs/sse/v2 v2.8.0
github.com/remeh/sizedwaitgroup v1.0.0
github.com/sahilm/fuzzy v0.1.0
github.com/satyrius/gonx v1.4.0
github.com/slack-go/slack v0.8.2
github.com/valyala/fastjson v1.6.3
go.uber.org/automaxprocs v1.5.1
goji.io v2.0.2+incompatible
golang.org/x/text v0.6.0
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.18.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
)