diff options
author | Bjørn Erik Pedersen <[email protected]> | 2023-08-05 10:55:48 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-08-05 11:37:04 +0200 |
commit | 2e6191b2e0e8232ab4f74b164e226a88187c3ef7 (patch) | |
tree | 635c8a44e8bf2277bd90df87e8d8822b3052f04f /go.mod | |
parent | 22861cb4dc4157db046d74145b5c5a3d3f2985d5 (diff) | |
download | hugo-2e6191b2e0e8232ab4f74b164e226a88187c3ef7.tar.gz hugo-2e6191b2e0e8232ab4f74b164e226a88187c3ef7.zip |
deps: Sync go-i18n with upstream
Closes #11336
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ require ( github.com/ghodss/yaml v1.0.0 github.com/gobuffalo/flect v1.0.2 github.com/gobwas/glob v0.2.3 - github.com/gohugoio/go-i18n/v2 v2.1.3-0.20210430103248-4c28c89f8013 + github.com/gohugoio/go-i18n/v2 v2.1.3-0.20230805085216-e63c13218d0e github.com/gohugoio/locales v0.14.0 github.com/gohugoio/localescompressed v1.0.1 github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95 |