peco.peco/go.mod
dependabot[bot] 8f1e90e10e
Bump github.com/stretchr/testify
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 0.0.0-20161117074351-18a02ba4a312 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/commits/v1.8.4)

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

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

15 lines
423 B
Modula-2

module github.com/peco/peco
go 1.12
require (
github.com/google/btree v0.0.0-20161213163243-0c3044bc8bad
github.com/jessevdk/go-flags v1.1.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
)