deps: Update github.com/gohugoio/localescompressed v0.14.0 => v0.15.0

Fixes #9446
This commit is contained in:
Joe Mooring
2022-02-18 09:17:29 -08:00
committed by Bjørn Erik Pedersen
parent d485f95431
commit bddcfd911c
3 changed files with 38 additions and 10 deletions

4
go.mod
View File

@@ -27,7 +27,7 @@ require (
github.com/gobwas/glob v0.2.3
github.com/gohugoio/go-i18n/v2 v2.1.3-0.20210430103248-4c28c89f8013
github.com/gohugoio/locales v0.14.0
github.com/gohugoio/localescompressed v0.14.0
github.com/gohugoio/localescompressed v0.15.0
github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95
github.com/google/go-cmp v0.5.6
github.com/gorilla/websocket v1.4.2
@@ -63,7 +63,7 @@ require (
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.9 // indirect
golang.org/x/tools v0.1.9
google.golang.org/api v0.63.0
gopkg.in/yaml.v2 v2.4.0
)