v0.1.7 backend fixes, go and dependency updates

This commit is contained in:
2026-09-08 19:58:14 -04:00
parent c246f38170
commit ea9a20c5de
6 changed files with 30 additions and 10 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
module github.com/lixenwraith/terminal
go 1.26.0
go 1.27.1
require (
github.com/lixenwraith/color v0.0.0-20260719094342-615e11bc7897
golang.org/x/sys v0.47.0
golang.org/x/term v0.45.0
golang.org/x/sys v0.48.0
golang.org/x/term v0.46.0
)