Bump github.com/gin-contrib/i18n from 1.2.1 to 1.2.2 (closes #35)
Bumps [github.com/gin-contrib/i18n](https://github.com/gin-contrib/i18n) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/gin-contrib/i18n/releases)
- [Changelog](https://github.com/gin-contrib/i18n/blob/master/.goreleaser.yaml)
- [Commits](https://github.com/gin-contrib/i18n/compare/v1.2.1...v1.2.2)
Change-Id: I488715a0d536f70818e85dee546d4b30abe9e499
---
updated-dependencies:
- dependency-name: github.com/gin-contrib/i18n
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Change-Id: I7f2d4c4e78bc6665f170e8a745d34c7116117442
diff --git a/go.mod b/go.mod
index 9c9d68d..c4cfbeb 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@
require (
github.com/dgraph-io/badger/v3 v3.2103.5
- github.com/gin-contrib/i18n v1.2.1
+ github.com/gin-contrib/i18n v1.2.2
github.com/gin-gonic/gin v1.10.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-jsonpointer v0.0.1
@@ -19,7 +19,7 @@
)
require (
- github.com/bytedance/sonic v1.12.5 // indirect
+ github.com/bytedance/sonic v1.12.6 // indirect
github.com/bytedance/sonic/loader v0.2.1 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -33,7 +33,7 @@
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.23.0 // indirect
- github.com/goccy/go-json v0.10.3 // indirect
+ github.com/goccy/go-json v0.10.4 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v1.2.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -56,8 +56,8 @@
go.opencensus.io v0.24.0 // indirect
golang.org/x/arch v0.12.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
- golang.org/x/net v0.31.0 // indirect
+ golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
- google.golang.org/protobuf v1.35.2 // indirect
+ google.golang.org/protobuf v1.36.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)