turbo-editors/turbo-gopublic Fork 0
v1.0.2
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-go.git
git clone ssh://git@rickub.com/turbo-editors/turbo-go.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

go.mod · 23 lines · 774 BAMPL Blame HistoryRaw
📦 Turbo Go 3d7798b k33g 8h ago1module rickub.com/turbo-editors/turbo-go
2
3go 1.26.1
4
5require (
6 github.com/gdamore/tcell/v2 v2.13.10
📦 Turbo Go 145937a k33g 6h ago7 rickub.com/turbo-editors/turbo-core v1.0.2
📦 Turbo Go 3d7798b k33g 8h ago8)
9
10require (
11 github.com/BurntSushi/toml v1.6.0 // indirect
12 github.com/gdamore/encoding v1.0.1 // indirect
📦 Turbo Go 145937a k33g 6h ago13 github.com/lucasb-eyer/go-colorful v1.4.1 // indirect
📦 Turbo Go 3d7798b k33g 8h ago14 github.com/rivo/uniseg v0.4.7 // indirect
📦 Turbo Go 145937a k33g 6h ago15 golang.org/x/sys v0.48.0 // indirect
16 golang.org/x/term v0.46.0 // indirect
17 golang.org/x/text v0.42.0 // indirect
📦 Turbo Go 3d7798b k33g 8h ago18)
19
20// turbo-core is developed alongside the editors that use it. Point this at the
21// checkout beside this one so the whole family builds from a clean clone of the
22// three repositories; drop it once the version above is tagged and published.
23// replace rickub.com/turbo-editors/turbo-core => ../turbo-core