diff --git a/go.mod b/go.mod index d00381b..6c728eb 100644 --- a/go.mod +++ b/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 diff --git a/tools/go.mod b/tools/go.mod index 6ab3264..d69485b 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -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