-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
38 lines (35 loc) · 1.47 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
37
38
module dlasky/away-bar
go 1.21.5
require (
github.com/Wifx/gonetworkmanager v0.3.0
github.com/davecgh/go-spew v1.1.1
github.com/distatus/battery v0.10.0
github.com/dlasky/gotk3-layershell v0.0.0-20210206164207-f6312cc2dcb5
github.com/gotk3/gotk3 v0.6.1
github.com/hashicorp/hcl/v2 v2.19.1
github.com/joshuarubin/go-sway v0.0.4
github.com/lawl/pulseaudio v0.0.0-20200802093727-ab0735955fd0
github.com/rkoesters/xdg v0.0.0-20210528210518-e5bbcb5bf5f9
github.com/shirou/gopsutil/v3 v3.21.1
github.com/urfave/cli v1.22.14
)
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/agext/levenshtein v1.2.1 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/godbus/dbus/v5 v5.0.2 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/joshuarubin/lifecycle v1.0.0 // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/zclconf/go-cty v1.13.0 // indirect
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
golang.org/x/sync v0.0.0-20190412183630-56d357773e84 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.11.0 // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)