-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (32 loc) · 1.29 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
module github.com/nehrbash/hyprshell
go 1.20
require (
github.com/gen2brain/beeep v0.0.0-20230602101333-f384c29b62dd
github.com/go-co-op/gocron v1.31.0
github.com/godbus/dbus/v5 v5.1.0
github.com/google/subcommands v1.2.0
github.com/joshsziegler/zgo v0.11.0
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/adrg/xdg v0.4.0 // indirect
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/exp/typeparams v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/tools v0.13.0 // indirect
golang.org/x/tools/gopls v0.13.2 // indirect
golang.org/x/vuln v0.0.0-20230110180137-6ad3e3d07815 // indirect
honnef.co/go/tools v0.4.6 // indirect
mvdan.cc/gofumpt v0.4.0 // indirect
mvdan.cc/xurls/v2 v2.4.0 // indirect
)