Update emoji import paths and version

Since emoji is v2, we must import it with the `/v2` suffix.  Doing so
allows the Go tools to detect the latest release.
This commit is contained in:
Cameron Moore
2020-12-30 14:19:40 -06:00
committed by Bjørn Erik Pedersen
parent cea1574023
commit 1f7e9f7333
4 changed files with 5 additions and 86 deletions

2
go.mod
View File

@@ -30,7 +30,7 @@ require (
github.com/gorilla/websocket v1.4.2
github.com/jdkato/prose v1.2.0
github.com/kylelemons/godebug v1.1.0
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/kyokomi/emoji/v2 v2.2.7
github.com/magefile/mage v1.10.0
github.com/markbates/inflect v1.0.4
github.com/mattn/go-isatty v0.0.12