Compare commits
4 commits
e5f94f889f
...
30442ab256
| Author | SHA1 | Date | |
|---|---|---|---|
| 30442ab256 | |||
| 454da476eb | |||
| eaab446504 | |||
| cf63276a07 |
2 changed files with 4 additions and 4 deletions
6
go.mod
6
go.mod
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue