commit | 4e0f9973ef0382b3e335afa7ac1666a12342fccd | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon May 26 16:17:32 2025 +0000 |
committer | Akron <nils@diewald-online.de> | Fri May 30 09:29:14 2025 +0200 |
tree | daafa8b117eb6fea63ba0565e87fd7a4a2876489 | |
parent | a3c8d10243b95240179909df8c9929988a17065c [diff] [blame] |
Bump github.com/gin-gonic/gin from 1.10.0 to 1.10.1 (fixes #41) Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin-gonic/gin/compare/v1.10.0...v1.10.1) Change-Id: Ib561c0f2c98160872b7534d8294abd8fa5eda1e3 --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Change-Id: Id5dd364a518e45f9ceb5f1d3a48aa4c8ae8605dd
diff --git a/go.mod b/go.mod index e26fd41..04b40fe 100644 --- a/go.mod +++ b/go.mod
@@ -11,7 +11,7 @@ require ( github.com/dgraph-io/badger/v3 v3.2103.5 github.com/gin-contrib/i18n v1.2.3 - github.com/gin-gonic/gin v1.10.0 + github.com/gin-gonic/gin v1.10.1 github.com/joho/godotenv v1.5.1 github.com/mattn/go-jsonpointer v0.0.1 github.com/stretchr/testify v1.10.0