diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-31 21:08:10 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-31 21:08:10 +0900 |
| commit | 9e634d64153b2d6dff86cafd1765db02a1224af4 (patch) | |
| tree | 827de8bbf3d1eee517fac018daf53ac097941f17 /backend/go.mod | |
| parent | 7a06def8085b432994dc054037183795e7ec25a0 (diff) | |
| parent | 8478e1d057053216410dccc03b3aff9a73a25968 (diff) | |
| download | phperkaigi-2025-albatross-9e634d64153b2d6dff86cafd1765db02a1224af4.tar.gz phperkaigi-2025-albatross-9e634d64153b2d6dff86cafd1765db02a1224af4.tar.zst phperkaigi-2025-albatross-9e634d64153b2d6dff86cafd1765db02a1224af4.zip | |
Merge branch 'feat/openapi-nullable'
Diffstat (limited to 'backend/go.mod')
| -rw-r--r-- | backend/go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/go.mod b/backend/go.mod index eba1726..6e4a34a 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -9,6 +9,7 @@ require ( github.com/jackc/pgx/v5 v5.5.5 github.com/labstack/echo/v4 v4.12.0 github.com/oapi-codegen/echo-middleware v1.0.2 + github.com/oapi-codegen/nullable v1.1.0 github.com/oapi-codegen/oapi-codegen/v2 v2.3.0 github.com/oapi-codegen/runtime v1.1.1 github.com/sqlc-dev/sqlc v1.26.0 |
