promptui/go.mod
dependabot[bot] 58aa893bca
Bump golang.org/x/sys in the go_modules group across 1 directory
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>
2024-07-06 09:32:44 +00:00

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
)