From 4f2a963da1ea78062809dcc742d4725e08563f8b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 10:27:57 +0000 Subject: [PATCH] chore(deps): bump github.com/manifoldco/promptui from 0.6.0 to 0.7.0 Bumps [github.com/manifoldco/promptui](https://github.com/manifoldco/promptui) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/manifoldco/promptui/releases) - [Changelog](https://github.com/manifoldco/promptui/blob/master/CHANGELOG.md) - [Commits](https://github.com/manifoldco/promptui/compare/v0.6.0...v0.7.0) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6ac7c85..f7d4d1d 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/Masterminds/semver/v3 v3.0.3 github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e github.com/google/go-github/v28 v28.1.1 - github.com/manifoldco/promptui v0.6.0 + github.com/manifoldco/promptui v0.7.0 github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4 golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a gopkg.in/src-d/go-git.v4 v4.13.1 diff --git a/go.sum b/go.sum index 36aa407..f1eee55 100644 --- a/go.sum +++ b/go.sum @@ -61,6 +61,8 @@ github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a h1:weJVJJRzAJBF github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a/go.mod h1:pHhQNgMf3btfWnGBVipUOjRYhoOsdGqdm/+2c2E2WMI= github.com/manifoldco/promptui v0.6.0 h1:GuXmIdl5lhlamnWf3NbsKWYlaWyHABeStbD1LLsQMuA= github.com/manifoldco/promptui v0.6.0/go.mod h1:o9/C5VV8IPXxjxpl9au84MtQGIi5dwn7eldAgEdePPs= +github.com/manifoldco/promptui v0.7.0 h1:3l11YT8tm9MnwGFQ4kETwkzpAwY2Jt9lCrumCUW4+z4= +github.com/manifoldco/promptui v0.7.0/go.mod h1:n4zTdgP0vr0S3w7/O/g98U+e0gwLScEXGwov2nIKuGQ= github.com/mattn/go-colorable v0.0.9 h1:UVL0vNpWh04HeJXV0KLcaT7r06gOH2l4OW6ddYRUIY4= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-isatty v0.0.4 h1:bnP0vzxcAdeI1zdubAl5PjU6zsERjGZb7raWodagDYs=