commit | e8bd25ab6106299c4a8c17180d36c0fb8cb2dfaf | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Mar 25 16:11:00 2024 +0000 |
committer | Akron <nils@diewald-online.de> | Fri Apr 12 17:01:39 2024 +0200 |
tree | c8200abe70778b79b539f736826280d135407bac | |
parent | dcfa868e50c76a6e2e4bf8c1781ca14bf7e8fce9 [diff] [blame] |
Bump github.com/gin-contrib/i18n from 1.1.1 to 1.1.2 (closes #21) Bumps [github.com/gin-contrib/i18n](https://github.com/gin-contrib/i18n) from 1.1.1 to 1.1.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.1.1...v1.1.2) Change-Id: Iea0cda303c81d94aca9b35ca01743f2f95a512c9 --- 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: I8f8ed7b6455226b41fc5616662cbd2a095f0d815
diff --git a/go.mod b/go.mod index d54e9e4..d1b3df8 100644 --- a/go.mod +++ b/go.mod
@@ -8,7 +8,7 @@ require ( github.com/dgraph-io/badger/v3 v3.2103.5 - github.com/gin-contrib/i18n v1.1.1 + github.com/gin-contrib/i18n v1.1.2 github.com/gin-gonic/gin v1.9.1 github.com/joho/godotenv v1.5.1 github.com/mattn/go-jsonpointer v0.0.1 @@ -45,7 +45,7 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect github.com/nicksnyder/go-i18n/v2 v2.4.0 // indirect - github.com/pelletier/go-toml/v2 v2.1.1 // indirect + github.com/pelletier/go-toml/v2 v2.2.0 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/twitchyliquid64/golang-asm v0.15.1 // indirect