commit | 464c4dcf49d0038117ce059a58cc749685c74406 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon May 06 16:16:15 2024 +0000 |
committer | Akron <nils@diewald-online.de> | Mon Jun 03 13:57:50 2024 +0200 |
tree | a33e763bc78b4deb2aaaae726c530a3789951421 | |
parent | 1782b1c9733c3fb2a57048b1689d762fa48e2a58 [diff] [blame] |
Bump github.com/gin-contrib/i18n from 1.1.2 to 1.1.3 (closes #22) Bumps [github.com/gin-contrib/i18n](https://github.com/gin-contrib/i18n) from 1.1.2 to 1.1.3. - [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.2...v1.1.3) Change-Id: If001380a56f7ea2c55357df7ee1c5b9b9f89b8e6 --- 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: I8bc6d8c664b86cd497db87cd1a7c7a0beca63df8
diff --git a/go.mod b/go.mod index d5632d0..c774cbb 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.2 + github.com/gin-contrib/i18n v1.1.3 github.com/gin-gonic/gin v1.9.1 github.com/joho/godotenv v1.5.1 github.com/mattn/go-jsonpointer v0.0.1 @@ -46,7 +46,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.2.1 // indirect + github.com/pelletier/go-toml/v2 v2.2.2 // 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