2025-08-10 22:44:01 +02:00
|
|
|
module swaycycle
|
|
|
|
|
|
2026-08-22 20:55:41 +02:00
|
|
|
go 1.26
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
codeberg.org/scip/swayipc/v2 v2.1.0
|
|
|
|
|
github.com/lmittmann/tint v1.1.3
|
|
|
|
|
github.com/mattn/go-isatty v0.0.24
|
|
|
|
|
github.com/spf13/pflag v1.0.10
|
|
|
|
|
github.com/tlinden/yadu v0.1.3
|
|
|
|
|
)
|
2025-08-10 22:44:01 +02:00
|
|
|
|
|
|
|
|
require (
|
2025-08-11 08:47:41 +02:00
|
|
|
github.com/fatih/color v1.16.0 // indirect
|
2026-08-22 20:55:41 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.15 // indirect
|
|
|
|
|
golang.org/x/sys v0.29.0 // indirect
|
2025-08-11 08:47:41 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2025-08-10 22:44:01 +02:00
|
|
|
)
|