-
- Downloads
Initial pass at ADD
Also using an editor based on tview. Works for now; might be fine.
Showing
editor/tview.go
0 → 100644
... | ... | @@ -14,17 +14,25 @@ require ( |
require ( | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/gdamore/encoding v1.0.0 // indirect | ||
github.com/gdamore/tcell/v2 v2.7.1 // indirect | ||
github.com/golang-migrate/migrate v3.5.4+incompatible // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/mitchellh/go-wordwrap v1.0.1 // indirect | ||
github.com/ncruces/go-strftime v0.1.9 // indirect | ||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect | ||
github.com/rivo/tview v0.0.0-20250501113434-0c592cd31026 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect | ||
golang.org/x/sys v0.33.0 // indirect | ||
golang.org/x/term v0.30.0 // indirect | ||
golang.org/x/text v0.23.0 // indirect | ||
modernc.org/libc v1.65.1 // indirect | ||
modernc.org/mathutil v1.7.1 // indirect | ||
modernc.org/memory v1.10.0 // indirect | ||
... | ... |
Please register or sign in to comment