mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +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
@@ -19,7 +19,7 @@ import (
|
||||
"testing"
|
||||
|
||||
"github.com/gohugoio/hugo/bufferpool"
|
||||
"github.com/kyokomi/emoji"
|
||||
"github.com/kyokomi/emoji/v2"
|
||||
)
|
||||
|
||||
func TestEmojiCustom(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user