diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-05-06 16:35:27 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-05-06 16:40:51 +0200 |
| commit | c6742beb5fb414970de114fd011108c217d0f951 (patch) | |
| tree | 899854622293e432dd11122b0c5a39e7fb6f0a45 /i18nerr | |
| parent | c18e5071f6d073f701dd45b31e481f2bac8ec0d8 (diff) | |
i18nerr: Properly fix gotext dependencies
We did the dummy import in i18nerr, but that copies gotext's flags and
adds them to the eduvpn-cli example CLI. Apparently if we specify
@latest in the go run part for go generate, already all i18n deps are
properly fetched.
Diffstat (limited to 'i18nerr')
| -rw-r--r-- | i18nerr/i18nerr.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/i18nerr/i18nerr.go b/i18nerr/i18nerr.go index f16cf08..8254dd4 100644 --- a/i18nerr/i18nerr.go +++ b/i18nerr/i18nerr.go @@ -12,10 +12,6 @@ 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" ) var ( |
