mirror of
https://github.com/manifoldco/promptui.git
synced 2026-03-14 22:35:53 +01:00
fix comment
This commit is contained in:
parent
f3755cec43
commit
e8be38f09e
2 changed files with 4 additions and 4 deletions
3
go.mod
3
go.mod
|
|
@ -2,9 +2,6 @@ module github.com/manifoldco/promptui
|
|||
|
||||
go 1.11
|
||||
|
||||
// Do not change the versions of kingpin or go-i18n;
|
||||
// we will remove them when we stop using gometalinter
|
||||
|
||||
require (
|
||||
github.com/chzyer/logex v1.1.10 // indirect
|
||||
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
module github.com/manifoldco/promptui/tools
|
||||
|
||||
go 1.13
|
||||
go 1.11
|
||||
|
||||
// Do not change the versions of kingpin or go-i18n;
|
||||
// we will remove them when we stop using gometalinter
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v0.3.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue