mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
Bumps [github.com/jessevdk/go-flags](https://github.com/jessevdk/go-flags) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/jessevdk/go-flags/releases) - [Commits](https://github.com/jessevdk/go-flags/compare/v1.5.0...v1.6.1) --- updated-dependencies: - dependency-name: github.com/jessevdk/go-flags dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
792 B
Modula-2
27 lines
792 B
Modula-2
module github.com/peco/peco
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/gdamore/tcell/v2 v2.13.8
|
|
github.com/google/btree v1.1.2
|
|
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.19
|
|
github.com/pkg/errors v0.9.1
|
|
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
|
|
)
|