mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.13.8 to 2.13.9. - [Release notes](https://github.com/gdamore/tcell/releases) - [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv3.md) - [Commits](https://github.com/gdamore/tcell/compare/v2.13.8...v2.13.9) --- updated-dependencies: - dependency-name: github.com/gdamore/tcell/v2 dependency-version: 2.13.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
796 B
Modula-2
27 lines
796 B
Modula-2
module github.com/peco/peco
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/gdamore/tcell/v2 v2.13.9
|
|
github.com/goccy/go-yaml v1.19.2
|
|
github.com/google/btree v1.1.3
|
|
github.com/jessevdk/go-flags v1.6.1
|
|
github.com/lestrrat-go/pdebug v0.0.0-20180220043849-39f9a71bcabe
|
|
github.com/mattn/go-runewidth v0.0.23
|
|
github.com/stretchr/testify v1.11.1
|
|
)
|
|
|
|
require (
|
|
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gdamore/encoding v1.0.1 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
golang.org/x/term v0.37.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|