forked from code-l0n3ly/instagram-auto-claimer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 745 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module AutoClaimerSwap
go 1.17
require (
github.com/DisgoOrg/disgohook v1.4.4
github.com/fatih/color v1.13.0
github.com/google/uuid v1.3.0
github.com/gosuri/uilive v0.0.4
github.com/valyala/fasthttp v1.31.0
)
require (
github.com/DisgoOrg/log v1.1.0 // indirect
github.com/DisgoOrg/restclient v1.2.8 // indirect
github.com/andybalholm/brotli v1.0.2 // indirect
github.com/klauspost/compress v1.13.4 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/text v0.3.6 // indirect
)