aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-28 10:44:18 +0000
committerGitHub <noreply@github.com>2025-02-28 10:44:18 +0000
commit3745394dfbb261bc25976f8d157c1bb11aec95d7 (patch)
treeddfedad6eb640a746292a8314aa4a4f9a9f84b90 /go.mod
parent4cc6fede7e0adf15f72b5aa5609c078320603906 (diff)
downloadx-3745394dfbb261bc25976f8d157c1bb11aec95d7.tar.xz
x-3745394dfbb261bc25976f8d157c1bb11aec95d7.zip
build(deps): bump github.com/goccy/go-json from 0.10.2 to 0.10.5 (#682)
Bumps [github.com/goccy/go-json](https://github.com/goccy/go-json) from 0.10.2 to 0.10.5. - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.2...v0.10.5) --- updated-dependencies: - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 92a93e8..91d5d26 100644
--- a/go.mod
+++ b/go.mod
@@ -30,7 +30,7 @@ require (
github.com/gen2brain/webp v0.4.4
github.com/go-gorm/caches/v4 v4.0.5
github.com/go-interpreter/wagon v0.6.0
- github.com/goccy/go-json v0.10.2
+ github.com/goccy/go-json v0.10.5
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/gomarkdown/markdown v0.0.0-20240328165702-4d01890c35c0
github.com/google/go-github v17.0.0+incompatible