peco.peco/go.mod
dependabot[bot] 0fcedc33d9
Bump github.com/google/btree
Bumps [github.com/google/btree](https://github.com/google/btree) from 0.0.0-20161213163243-0c3044bc8bad to 1.1.2.
- [Commits](https://github.com/google/btree/commits/v1.1.2)

---
updated-dependencies:
- dependency-name: github.com/google/btree
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-16 22:32:30 +00:00

15 lines
395 B
Modula-2

module github.com/peco/peco
go 1.12
require (
github.com/google/btree v1.1.2
github.com/jessevdk/go-flags v1.5.0
github.com/lestrrat-go/pdebug v0.0.0-20180220043849-39f9a71bcabe
github.com/mattn/go-runewidth v0.0.15
github.com/nsf/termbox-go v1.1.1
github.com/pkg/errors v0.0.0-20161029093637-248dadf4e906
github.com/rivo/uniseg v0.4.4 // indirect
github.com/stretchr/testify v1.8.4
)