fix: pin x/term and x/sys for go 1.19 compatibility

This commit is contained in:
Username
2026-02-24 09:13:22 +01:00
parent 9084dbd328
commit 9e1b398ff0
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -5,7 +5,7 @@ go 1.19
require (
github.com/kennygrant/sanitize v1.2.4
github.com/nsf/termbox-go v1.1.1
golang.org/x/term v0.40.0
golang.org/x/term v0.15.0
layeh.com/gumble v0.0.0-20221205141517-d1df60a3cc14
)
@@ -13,7 +13,7 @@ require (
github.com/dchote/go-openal v0.0.0-20171116030048-f4a9a141d372 // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
layeh.com/gopus v0.0.0-20161224163843-0ebf989153aa // indirect
)