-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
go.mod
36 lines (33 loc) · 1.48 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
module github.com/botherder/pcqf
go 1.17
require (
filippo.io/age v1.0.0-rc.3
github.com/botherder/go-autoruns v1.1.0
github.com/botherder/go-savetime v1.3.0
github.com/i582/cfmt v1.4.0
github.com/manifoldco/promptui v0.8.0
github.com/matishsiao/goInfo v0.0.0-20200404012835-b5f882ee2288
github.com/satori/go.uuid v1.2.0
github.com/shirou/gopsutil/v3 v3.21.7
)
require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/botherder/go-files v0.0.0-20180205213231-2246e61e05ec // indirect
github.com/capnspacehook/taskmaster v0.0.0-20200801200112-36a5819a9b50 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/gookit/color v1.3.2 // indirect
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mattn/go-shellwords v1.0.10 // indirect
github.com/rickb777/date v1.13.0 // indirect
github.com/rickb777/plural v1.2.1 // indirect
github.com/tklauser/go-sysconf v0.3.7 // indirect
github.com/tklauser/numcpus v0.2.3 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect
)