mirror of
https://github.com/gizak/termui.git
synced 2025-05-10 19:29:18 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/nsf/termbox-go](https://github.com/nsf/termbox-go) from 0.0.0-20190121233118-02980233997d to 1.1.1. - [Release notes](https://github.com/nsf/termbox-go/releases) - [Commits](https://github.com/nsf/termbox-go/commits/v1.1.1) --- updated-dependencies: - dependency-name: github.com/nsf/termbox-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
170 B
Modula-2
10 lines
170 B
Modula-2
module github.com/gizak/termui/v3
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/mattn/go-runewidth v0.0.14
|
|
github.com/mitchellh/go-wordwrap v1.0.1
|
|
github.com/nsf/termbox-go v1.1.1
|
|
)
|