blob: 488367f1a02ae58e8f1484aa1f8fb3f43299e1a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
module i3-bind
go 1.24.3
require (
github.com/fatih/color v1.18.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/spf13/cobra v1.9.1 // indirect
github.com/spf13/pflag v1.0.6 // indirect
golang.org/x/sys v0.25.0 // indirect
)
|