mirror of
https://github.com/manifoldco/promptui.git
synced 2026-03-17 15:50:13 +01:00
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/sys](https://github.com/golang/sys). Updates `golang.org/x/sys` from 0.0.0-20181122145206-62eef0e2fa9b to 0.1.0 - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
275 B
Modula-2
10 lines
275 B
Modula-2
module github.com/konidev20/promptui
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/chzyer/logex v1.1.10 // indirect
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
)
|