From e8be38f09eaa8524b1d67fa81d78e460dae49582 Mon Sep 17 00:00:00 2001 From: Songmu Date: Sun, 29 Dec 2019 19:28:53 +0900 Subject: [PATCH] fix comment --- go.mod | 3 --- tools/go.mod | 5 ++++- 2 files changed, 4 insertions(+), 4 deletions(-) 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