Files
swaycycle/go.mod

19 lines
390 B
Modula-2
Raw Normal View History

2025-08-10 22:44:01 +02:00
module swaycycle
go 1.23
require (
2025-08-16 19:59:32 +02:00
github.com/lmittmann/tint v1.1.2
github.com/mattn/go-isatty v0.0.20
github.com/spf13/pflag v1.0.7
2025-08-16 21:02:39 +02:00
github.com/tlinden/swayipc v0.3.0
2025-08-16 19:59:32 +02:00
github.com/tlinden/yadu v0.1.3
)
require (
github.com/fatih/color v1.16.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
golang.org/x/sys v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
2025-08-10 22:44:01 +02:00
)