fix setup remote stoof

This commit is contained in:
2026-01-14 13:33:34 +00:00
parent 63b0bbd165
commit b942757ade
2 changed files with 32 additions and 27 deletions

4
go.mod
View File

@@ -4,7 +4,9 @@ go 1.23.1
require (
github.com/charmbracelet/bubbletea v0.26.1
github.com/mattn/go-runewidth v0.0.15
github.com/pelletier/go-toml/v2 v2.2.4
golang.org/x/term v0.19.0
)
require (
@@ -13,7 +15,6 @@ require (
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/muesli/reflow v0.3.0 // indirect
@@ -21,6 +22,5 @@ require (
github.com/rivo/uniseg v0.4.6 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/text v0.3.8 // indirect
)