fix(deps): update module gopkg.in/kyokomi/emoji.v1 to github.com/kyokomi/emoji/v2 (#109)

This commit is contained in:
Derek Smith 2021-03-05 11:54:38 -06:00 committed by GitHub
parent 43006610a1
commit efa1c30c0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

2
go.mod
View file

@ -6,10 +6,10 @@ 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/kyokomi/emoji/v2 v2.2.8
github.com/mattn/go-colorable v0.1.8
github.com/stretchr/testify v1.7.0
github.com/tsuyoshiwada/go-gitcmd v0.0.0-20180205145712-5f1f5f9475df
github.com/urfave/cli/v2 v2.3.0
gopkg.in/kyokomi/emoji.v1 v1.5.1
gopkg.in/yaml.v2 v2.4.0
)