-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
29 lines (26 loc) · 1 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
module github.com/LightningDev1/LightningBot-Free
go 1.20
require (
github.com/LightningDev1/dgc v1.1.4-0.20230327145349-fd063e2b2054
github.com/LightningDev1/discordgo v0.26.6-0.20230519083127-6f9aeb7d13b7
github.com/bitly/go-simplejson v0.5.0
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
github.com/go-ping/ping v1.1.0
github.com/valyala/fasthttp v1.47.0
golang.org/x/term v0.8.0
)
require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/karrick/tparse/v2 v2.8.2 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/zekroTJA/timedmap v1.5.1 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sys v0.8.0 // indirect
)