mirror of
https://codeberg.org/scip/swaycycle.git
synced 2026-08-24 06:44:18 +02:00
update swayipc, go, add linter cfg, satisfy linter (#2)
This commit is contained in:
20
go.mod
20
go.mod
@@ -1,16 +1,18 @@
|
||||
module swaycycle
|
||||
|
||||
go 1.23
|
||||
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
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/alecthomas/repr v0.5.1 // indirect
|
||||
github.com/fatih/color v1.16.0 // indirect
|
||||
github.com/lmittmann/tint v1.1.2 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/spf13/pflag v1.0.7 // indirect
|
||||
github.com/tlinden/i3ipc v0.0.0-20250815101608-4f7e27528be3 // indirect
|
||||
github.com/tlinden/yadu v0.1.3 // indirect
|
||||
golang.org/x/sys v0.14.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.15 // indirect
|
||||
golang.org/x/sys v0.29.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user