forked from lotos-linux/hypr-dock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (19 loc) · 620 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (19 loc) · 620 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module hypr-dock
go 1.24
toolchain go1.24.3
require (
github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37
github.com/dlasky/gotk3-layershell v0.0.0-20240515133811-5c5115f0d774
github.com/goccy/go-json v0.10.3
github.com/gotk3/gotk3 v0.6.3
github.com/hashicorp/go-hclog v1.6.3
github.com/pdf/go-wayland v0.0.3
github.com/pkg/errors v0.9.1
github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a
golang.org/x/sys v0.33.0
)
require (
github.com/fatih/color v1.13.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
)