-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
31 lines (27 loc) · 1.06 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
module github.com/andpalmier/apkingo
go 1.21
toolchain go1.23.4
require (
github.com/VirusTotal/vt-go v1.0.1
github.com/avast/apkverifier v0.0.0-20240729093054-ba8d6aebc3d4
github.com/fatih/color v1.18.0
github.com/n0madic/google-play-scraper v0.0.0-20231014122808-52dbf3ade79b
github.com/parnurzeal/gorequest v0.3.0
github.com/shogo82148/androidbinary v1.0.5
)
require (
github.com/avast/apkparser v0.0.0-20240729092610-90591e0804ae // indirect
github.com/elazarl/goproxy v0.0.0-20231017160920-1fe6677f404d // indirect
github.com/k3a/html2text v1.2.1 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/thedevsaddam/gojsonq/v2 v2.5.2 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)