エラー
#github.com/go-playground/universal-translator
C:\Users\user\go\pkg\mod\github.com\go-playground\universal-translator@v0.18.1\import_export.go:221:12: undefined: ErrMissingLocale
C:\Users\user\go\pkg\mod\github.com\go-playground\universal-translator@v0.18.1\import_export.go:244:12: undefined: ErrBadPluralDefinition
C:\Users\user\go\pkg\mod\github.com\go-playground\universal-translator@v0.18.1\translator.go:101:11: undefined: ErrConflictingTranslation
C:\Users\user\go\pkg\mod\github.com\go-playground\universal-translator@v0.18.1\translator.go:108:11: undefined: ErrMissingBracket
C:\Users\user\go\pkg\mod\github.com\go-playground\universal-translator@v0.18.1\translator.go:121:12: undefined: ErrBadParamSyntax
C:\Users\user\go\pkg\mod\github.com\go-playground\universal-translator@v0.18.1\translator.go:151:11: undefined: ErrCardinalTranslation
C:\Users\user\go\pkg\mod\github.com\go-playground\universal-translator@v0.18.1\translator.go:158:12: undefined: ErrConflictingTranslation
C:\Users\user\go\pkg\mod\github.com\go-playground\universal-translator@v0.18.1\translator.go:176:11: undefined: ErrCardinalTranslation
C:\Users\user\go\pkg\mod\github.com\go-playground\universal-translator@v0.18.1\translator.go:203:11: undefined: ErrOrdinalTranslation
C:\Users\user\go\pkg\mod\github.com\go-playground\universal-translator@v0.18.1\translator.go:210:12: undefined: ErrConflictingTranslation
C:\Users\user\go\pkg\mod\github.com\go-playground\universal-translator@v0.18.1\translator.go:210:12: too many errors
コンパイルは終了コード 1 で終了しました
環境
- GoLand 2024.1.3
- go-playground\universal-translator@v0.18.1
解決策
1.依存関係をアップデートする
go get -u github.com/go-playground/universal-translator
2.ダウングレードをする
go get github.com/go-playground/universal-translator@v0.17.0