Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorCameron Moore <moorereason@gmail.com>2020-12-30 23:19:40 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-12-31 00:46:19 +0300
commit1f7e9f733397b891cefc725ffc94ba901e70425a (patch)
treec27d95c30be7bd4f3b23abcfd3ff036ab688109d /go.mod
parentcea157402365f34a69882110a4208999728007a6 (diff)
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.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 24c21a4e5..3de1794f3 100644
--- a/go.mod
+++ b/go.mod
@@ -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