mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
build(deps): bump github.com/kyokomi/emoji/v2 from 2.2.7 to 2.2.8
Bumps [github.com/kyokomi/emoji/v2](https://github.com/kyokomi/emoji) from 2.2.7 to 2.2.8. - [Release notes](https://github.com/kyokomi/emoji/releases) - [Commits](https://github.com/kyokomi/emoji/compare/v2.2.7...v2.2.8) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7f8530039a
commit
88a85dcea9
2 changed files with 3 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -31,7 +31,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 v2.2.7
|
||||
github.com/kyokomi/emoji/v2 v2.2.8
|
||||
github.com/magefile/mage v1.10.0
|
||||
github.com/mattn/go-isatty v0.0.12
|
||||
github.com/miekg/mmark v1.3.6
|
||||
|
|
2
go.sum
2
go.sum
|
@ -462,6 +462,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
|
|||
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
|
||||
github.com/kyokomi/emoji/v2 v2.2.7 h1:v12BHO3OBfwokUfaQghK4RSDFpG4WfxeKJPSdcc73Nk=
|
||||
github.com/kyokomi/emoji/v2 v2.2.7/go.mod h1:JUcn42DTdsXJo1SWanHh4HKDEyPaR5CqkmoirZZP9qE=
|
||||
github.com/kyokomi/emoji/v2 v2.2.8 h1:jcofPxjHWEkJtkIbcLHvZhxKgCPl6C7MyjTrD4KDqUE=
|
||||
github.com/kyokomi/emoji/v2 v2.2.8/go.mod h1:JUcn42DTdsXJo1SWanHh4HKDEyPaR5CqkmoirZZP9qE=
|
||||
github.com/lib/pq v1.1.1 h1:sJZmqHoEaY7f+NPP8pgLB/WxulyR3fewgCM2qaSlBb4=
|
||||
github.com/lib/pq v1.1.1/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
|
||||
github.com/magefile/mage v1.10.0 h1:3HiXzCUY12kh9bIuyXShaVe529fJfyqoVM42o/uom2g=
|
||||
|
|
Loading…
Reference in a new issue