mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
Reduce binary size vs locale, update to CLDR v36.1
Test building with `go build -ldflags="-s -w"` Hugo 0.86.2: 46MB Before this commit: 77MB After this commit: 54MB Fixes #8839 Fixes #8841
This commit is contained in:
@@ -21,7 +21,7 @@ import (
|
||||
|
||||
"github.com/gohugoio/hugo/common/htime"
|
||||
|
||||
"github.com/go-playground/locales"
|
||||
"github.com/gohugoio/locales"
|
||||
|
||||
"github.com/spf13/cast"
|
||||
)
|
||||
|
Reference in New Issue
Block a user