From 8cb27f9570f639b766d3b1008c7c52b32dc45da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vic=20Sh=C3=B3stak?= Date: Mon, 23 Aug 2021 12:40:33 +0300 Subject: [PATCH] Update AlecAivazis/survey to v2.3.0 --- README.md | 2 +- go.mod | 2 +- go.sum | 4 ++-- pkg/registry/defaults.go | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c516adf..90ee3fa 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

Create a new production-ready project with backend (Golang), frontend (JavaScript, TypeScript)
and deploy automation (Ansible, Docker) by running one CLI command.

Focus on writing code and thinking of business-logic! The CLI will take care of the rest.

-

cli version go version go cover go report license

+

cli version go version go cover go report license

## ⚡️ Quick start diff --git a/go.mod b/go.mod index 2002a8f..6be45b7 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/create-go-app/cli/v2 go 1.16 require ( - github.com/AlecAivazis/survey/v2 v2.2.16 + github.com/AlecAivazis/survey/v2 v2.3.0 github.com/go-git/go-git/v5 v5.4.2 github.com/spf13/cobra v1.2.1 ) diff --git a/go.sum b/go.sum index 47851a4..41ec2ba 100644 --- a/go.sum +++ b/go.sum @@ -37,8 +37,8 @@ cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohl cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= -github.com/AlecAivazis/survey/v2 v2.2.16 h1:KJ4fLFqY/NfR5OaFLcf4pThxrlV2YCHGCnCHAKLsJ+U= -github.com/AlecAivazis/survey/v2 v2.2.16/go.mod h1:TH2kPCDU3Kqq7pLbnCWwZXDBjnhZtmsCle5EiYDJ2fg= +github.com/AlecAivazis/survey/v2 v2.3.0 h1:6Js2bDjtteyezWM1q9ohx+Xjn/19xUfTZeKQQRLBCgM= +github.com/AlecAivazis/survey/v2 v2.3.0/go.mod h1:TH2kPCDU3Kqq7pLbnCWwZXDBjnhZtmsCle5EiYDJ2fg= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA= diff --git a/pkg/registry/defaults.go b/pkg/registry/defaults.go index dc4aa8e..b708375 100644 --- a/pkg/registry/defaults.go +++ b/pkg/registry/defaults.go @@ -11,7 +11,7 @@ import ( ) // CLIVersion version of Create Go App CLI. -const CLIVersion string = "2.2.6" +const CLIVersion string = "2.2.7" // Variables struct for Ansible variables (inventory, hosts). type Variables struct {