mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +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
@@ -17,7 +17,7 @@ import (
|
||||
"bytes"
|
||||
"sync"
|
||||
|
||||
"github.com/kyokomi/emoji"
|
||||
"github.com/kyokomi/emoji/v2"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user