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