fix comment

This commit is contained in:
Songmu 2019-12-29 19:28:53 +09:00
commit e8be38f09e
2 changed files with 4 additions and 4 deletions

3
go.mod
View file

@ -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

View file

@ -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