mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
Update go.mod (use new versioning, same termbox-go version)
This commit is contained in:
parent
e7faada179
commit
24136f4ffa
2
go.mod
2
go.mod
|
|
@ -8,7 +8,7 @@ require (
|
|||
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.0-20161012013512-737072b4e32b
|
||||
github.com/nsf/termbox-go 93860e161317
|
||||
github.com/nsf/termbox-go v0.0.0-20190817171036-93860e161317
|
||||
github.com/pkg/errors v0.0.0-20161029093637-248dadf4e906
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/stretchr/testify v0.0.0-20161117074351-18a02ba4a312
|
||||
|
|
|
|||
Loading…
Reference in a new issue