-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
26 lines (23 loc) · 880 Bytes
/
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
module github.com/mvt-project/androidqf
go 1.20
require (
filippo.io/age v1.1.1
github.com/avast/apkverifier v0.0.0-20230614091700-49ed19602069
github.com/botherder/go-savetime v1.4.0
github.com/i582/cfmt v1.4.0
github.com/manifoldco/promptui v0.9.0
github.com/satori/go.uuid v1.2.0
)
require (
github.com/avast/apkparser v0.0.0-20230614091518-10cb8617da43 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gookit/color v1.3.2 // indirect
github.com/klauspost/compress v1.16.6 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/sys v0.6.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)