deps: Upgrade to latest version of emoji dependency

To add support for new emojis in Hugo, we need to upgrade our internal
dependency on the emoji package.
This commit is contained in:
Jamie Tanna
2019-10-05 17:27:32 +01:00
committed by Bjørn Erik Pedersen
parent 15a0364d39
commit 170f18d935
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -25,7 +25,7 @@ require (
github.com/google/go-cmp v0.3.1
github.com/gorilla/websocket v1.4.0
github.com/jdkato/prose v1.1.0
github.com/kyokomi/emoji v1.5.1
github.com/kyokomi/emoji v2.1.0+incompatible
github.com/magefile/mage v1.4.0
github.com/magiconair/properties v1.8.1 // indirect
github.com/markbates/inflect v1.0.0