-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 796 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
module github.com/lordrusk/zara
go 1.17
require (
github.com/benhoyt/goawk v1.16.0
github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8
github.com/distatus/battery v0.11.0
github.com/dustin/go-humanize v1.0.0
github.com/itchyny/volume-go v0.2.1
github.com/jezek/xgb v1.0.0
github.com/pkg/errors v0.9.1
jaytaylor.com/html2text v0.0.0-20211105163654-bc68cce691ba
)
require (
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/moutend/go-wca v0.2.0 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.9.0 // indirect
howett.net/plist v1.0.0 // indirect
)