mirror of
https://github.com/Kyren223/eko.git
synced 2026-03-10 18:05:36 +00:00
47 lines
1.5 KiB
Modula-2
47 lines
1.5 KiB
Modula-2
module github.com/kyren223/eko
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
github.com/charmbracelet/bubbles v0.20.0
|
|
github.com/charmbracelet/bubbletea v1.3.0
|
|
github.com/charmbracelet/lipgloss v1.0.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/google/btree v1.1.3
|
|
github.com/mattn/go-sqlite3 v1.14.24
|
|
github.com/pressly/goose/v3 v3.24.1
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1
|
|
)
|
|
|
|
require (
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
|
github.com/sethvargo/go-retry v0.3.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/atotto/clipboard v0.1.4
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/charmbracelet/x/ansi v0.8.0
|
|
github.com/charmbracelet/x/term v0.2.1 // indirect
|
|
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16
|
|
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/muesli/termenv v0.15.2
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
golang.org/x/crypto v0.31.0
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|