fix(deps): update module gopkg.in/alecaivazis/survey.v1 to github.com/AlecAivazis/survey/v2 (#108)

This commit is contained in:
Derek Smith 2021-03-04 13:59:32 -06:00 committed by GitHub
parent bd958e70ed
commit 289163a1e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

2
go.mod
View file

@ -3,13 +3,13 @@ module github.com/git-chglog/git-chglog
go 1.15
require (
github.com/AlecAivazis/survey/v2 v2.2.8
github.com/fatih/color v1.10.0
github.com/imdario/mergo v0.3.11
github.com/mattn/go-colorable v0.1.8
github.com/stretchr/testify v1.6.1
github.com/tsuyoshiwada/go-gitcmd v0.0.0-20180205145712-5f1f5f9475df
github.com/urfave/cli v1.22.5
gopkg.in/AlecAivazis/survey.v1 v1.8.8
gopkg.in/kyokomi/emoji.v1 v1.5.1
gopkg.in/yaml.v2 v2.4.0
)