mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
fix(deps): update module gopkg.in/alecaivazis/survey.v1 to github.com/AlecAivazis/survey/v2 (#108)
This commit is contained in:
parent
bd958e70ed
commit
289163a1e2
3 changed files with 5 additions and 5 deletions
2
go.mod
2
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue