zrepl/internal/client
Christian Schwarz d7ede3f82c
zrepl status: switch back to tview from cview & upgrade to latest (#846)
While investigating https://github.com/zrepl/zrepl/issues/700
I checked in on `zrepl status` dependencies and found that
`cview`, which was/is a fork of tview, appears to be unmaintained.

We switched to it 4.5 years ago in a58ce74.

Checking now, `github.com/rivo/tview` seems to be somewhat maintained
again.
I also checked what k9s uses because that tool came to mind as a Go
terminal UI app.
It does use `tview`, but, a fork that has diverged substantially.

Maybe in another 4.5 years stuff the ecosystem has consolidated...

refs https://github.com/zrepl/zrepl/issues/700
2024-11-05 21:35:30 +01:00
..
status zrepl status: switch back to tview from cview & upgrade to latest (#846) 2024-11-05 21:35:30 +01:00
configcheck.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
jsonclient.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
migrate_test.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
migrate.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
pprof_activity_trace.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
pprof_listen.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
pprof.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
signal.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
stdinserver.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
testcmd.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
version.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
zfsabstractions_create_step_hold.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
zfsabstractions_create.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
zfsabstractions_list.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
zfsabstractions_release.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
zfsabstractions.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00