-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (34 loc) · 1.38 KB
/
go.mod
File metadata and controls
38 lines (34 loc) · 1.38 KB
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 github.com/pgaskin/barlib
go 1.26rc2
tool github.com/friedelschoen/wayland/cmd/gowls
require (
github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc
github.com/bamiaux/rez v0.0.0-20170731184118-29f4463c688b
github.com/dustin/go-humanize v1.0.1
github.com/friedelschoen/wayland v0.0.0-20251119142616-bdc3c8f44c0f // version MUST match gowls
github.com/fsnotify/fsnotify v1.7.0
github.com/godbus/dbus/v5 v5.1.0
github.com/mdlayher/wifi v0.1.0
github.com/nathan-osman/go-sunrise v1.1.0
github.com/tidwall/gjson v1.17.0
github.com/vishvananda/netlink v1.1.0
go.i3wm.org/i3/v4 v4.21.0
golang.org/x/image v0.16.0
golang.org/x/sys v0.25.0
)
require (
github.com/BurntSushi/xgbutil v0.0.0-20190907113008-ad855c713046 // indirect
github.com/friedelschoen/wayland/cmd/gowls v0.0.0-20251119142616-bdc3c8f44c0f // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mdlayher/genetlink v1.3.2 // indirect
github.com/mdlayher/netlink v1.7.2 // indirect
github.com/mdlayher/socket v0.4.1 // indirect
github.com/spf13/pflag v1.0.7 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
golang.org/x/crypto v0.10.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sync v0.7.0 // indirect
)