mirror of
https://codeberg.org/scip/swaycycle.git
synced 2025-12-16 12:10:56 +01:00
9 lines
129 B
Modula-2
9 lines
129 B
Modula-2
module swaycycle
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/alecthomas/repr v0.5.1 // indirect
|
|
github.com/spf13/pflag v1.0.7 // indirect
|
|
)
|