summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-12-19 11:50:50 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-12-19 11:51:08 +0100
commit6aa304e4bc99c94dc71783caa2e90de6afc60aca (patch)
tree91ad4e733ecf81baac72e42c6a59d68f87d5e4cd
parent80eec548cb5ed451172d5591a4908376ae0bdcf1 (diff)
i18nerr: Add dummy import to fix go mod tidy
-rw-r--r--i18nerr/i18nerr.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/i18nerr/i18nerr.go b/i18nerr/i18nerr.go
index 95ad05a..6f9a4ea 100644
--- a/i18nerr/i18nerr.go
+++ b/i18nerr/i18nerr.go
@@ -12,6 +12,8 @@ import (
"golang.org/x/text/language"
"golang.org/x/text/message"
+
+ _ "golang.org/x/text/message/pipeline"
)
var (