mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
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:
committed by
Bjørn Erik Pedersen
parent
cea1574023
commit
1f7e9f7333
2
go.mod
2
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
|
||||
|
Reference in New Issue
Block a user