Compare commits

...

4 commits

Author SHA1 Message Date
30442ab256 chore(deps): update module github.com/oapi-codegen/runtime to v1.4.0
Some checks failed
renovate/artifacts Artifact file update failure
2026-05-10 15:06:40 +00:00
454da476eb chore(deps): update module github.com/getkin/kin-openapi to v0.138.0
Some checks failed
continuous-integration/drone/push Build is failing
2026-05-10 14:25:17 +00:00
eaab446504 chore(deps): update module golang.org/x/net to v0.54.0
Some checks are pending
continuous-integration/drone/push Build is pending
2026-05-10 14:23:48 +00:00
cf63276a07 chore(deps): update dependency typescript to v6
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is pending
2026-05-05 22:07:20 +00:00
2 changed files with 4 additions and 4 deletions

6
go.mod
View file

@ -5,11 +5,11 @@ go 1.25.0
require (
github.com/JGLTechnologies/gin-rate-limit v1.5.8
github.com/emersion/go-smtp v0.24.0
github.com/getkin/kin-openapi v0.135.0
github.com/getkin/kin-openapi v0.138.0
github.com/gin-gonic/gin v1.12.0
github.com/google/uuid v1.6.0
github.com/oapi-codegen/runtime v1.3.0
golang.org/x/net v0.53.0
github.com/oapi-codegen/runtime v1.4.0
golang.org/x/net v0.54.0
gorm.io/driver/postgres v1.6.0
gorm.io/driver/sqlite v1.6.0
gorm.io/gorm v1.31.1

View file

@ -31,7 +31,7 @@
"prettier-plugin-svelte": "^3.4.0",
"svelte": "^5.39.5",
"svelte-check": "^4.3.2",
"typescript": "^5.9.2",
"typescript": "^6.0.0",
"typescript-eslint": "^8.44.1",
"vite": "^8.0.0",
"vitest": "^3.2.4"