mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
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>
15 lines
395 B
Modula-2
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
|
|
)
|