update dependencies, add linter config, satisfy linter

This commit is contained in:
2026-08-22 21:14:45 +02:00
parent 5f392e9d60
commit 12794946a1
6 changed files with 187 additions and 9 deletions

6
go.mod
View File

@@ -1,8 +1,8 @@
module sway-descratch
go 1.23.5
go 1.26
require (
codeberg.org/scip/swayipc/v2 v2.0.0
github.com/alecthomas/repr v0.5.2
codeberg.org/scip/swayipc/v2 v2.1.0
github.com/alecthomas/repr v0.5.4
)