summaryrefslogtreecommitdiff
path: root/i18nerr/i18nerr.go
diff options
context:
space:
mode:
Diffstat (limited to 'i18nerr/i18nerr.go')
-rw-r--r--i18nerr/i18nerr.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/i18nerr/i18nerr.go b/i18nerr/i18nerr.go
index 6f9a4ea..47518e7 100644
--- a/i18nerr/i18nerr.go
+++ b/i18nerr/i18nerr.go
@@ -13,6 +13,8 @@ import (
"golang.org/x/text/language"
"golang.org/x/text/message"
+ // this blank/dummy import is here to make `go mod tidy` work
+ // as `go mod tidy` otherwise removes this import that is needed for `go generate`
_ "golang.org/x/text/message/pipeline"
)