-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
64 lines (61 loc) · 2.84 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
53
54
55
56
57
58
59
60
61
62
63
64
module main
go 1.17
require (
github.com/bwmarrin/dgvoice v0.0.0-20210225172318-caaac756e02e
github.com/bwmarrin/discordgo v0.23.2
github.com/davecgh/go-spew v1.1.1
github.com/durango/go-credit-card v0.0.0-20200501133251-afc6bc77117d
github.com/fatih/color v1.13.0
github.com/go-chi/chi v1.5.4
github.com/go-ping/ping v0.0.0-20210407214646-e4e642a95741
github.com/go-sql-driver/mysql v1.6.0
github.com/jonas747/dca v0.0.0-20210930103944-155f5e5f0cc7
github.com/jpiontek/go-ip-api v0.0.0-20160911175601-3b41e3a8c3b6
github.com/kkdai/youtube v1.2.4
github.com/kkdai/youtube/v2 v2.7.6
github.com/likexian/whois v1.9.0
github.com/likexian/whois-parser v1.20.2
github.com/mackerelio/go-osstat v0.2.1
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
syreclabs.com/go/faker v1.2.3
)
require (
cloud.google.com/go/compute v0.1.0 // indirect
github.com/Cyb3r-Jak3/ytdl v0.6.5 // indirect
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
github.com/antchfx/jsonquery v1.1.4 // indirect
github.com/antchfx/xpath v1.1.7 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
github.com/dop251/goja v0.0.0-20211211112501-fb27c91c26ed // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/jonas747/ogg v0.0.0-20161220051205-b4f6f4cf3757 // indirect
github.com/likexian/gokit v0.24.7 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rs/zerolog v1.25.0 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/vbauerster/mpb/v5 v5.4.0 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20211215060638-4ddde0e984e9 // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/api v0.65.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
google.golang.org/grpc v1.40.1 // indirect
google.golang.org/protobuf v1.27.1 // indirect
layeh.com/gopus v0.0.0-20210501142526-1ee02d434e32 // indirect
)