peco.peco/go.mod
dependabot[bot] dcd727a5b2
build(deps): bump github.com/mattn/go-runewidth from 0.0.21 to 0.0.23
Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.21 to 0.0.23.
- [Commits](https://github.com/mattn/go-runewidth/compare/v0.0.21...v0.0.23)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-11 10:02:25 +00:00

27 lines
796 B
Modula-2

module github.com/peco/peco
go 1.25.0
require (
github.com/gdamore/tcell/v2 v2.13.8
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
)