Files
sway-descratch/go.mod

9 lines
116 B
Modula-2
Raw Normal View History

module sway-descratch
go 1.26
2025-12-05 21:12:33 +01:00
require (
codeberg.org/scip/swayipc/v2 v2.1.0
github.com/alecthomas/repr v0.5.4
2025-12-05 21:12:33 +01:00
)