aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/go.mod
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-28 16:00:22 +0900
committernsfisis <nsfisis@gmail.com>2024-07-28 16:01:01 +0900
commitc953b0496ef205ddda0defd70f376623bf13db61 (patch)
tree80ddd24c45612dc1971ddb0b268440bfd2efc067 /backend/go.mod
parentd85cf0be57dd4394c588c340fbfa8483d981da02 (diff)
downloadiosdc-japan-2024-albatross-c953b0496ef205ddda0defd70f376623bf13db61.tar.gz
iosdc-japan-2024-albatross-c953b0496ef205ddda0defd70f376623bf13db61.tar.zst
iosdc-japan-2024-albatross-c953b0496ef205ddda0defd70f376623bf13db61.zip
feat(backend): handle JWT validation manually
Diffstat (limited to 'backend/go.mod')
-rw-r--r--backend/go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/go.mod b/backend/go.mod
index 8e3e387..e19bfc3 100644
--- a/backend/go.mod
+++ b/backend/go.mod
@@ -7,7 +7,6 @@ require (
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/gorilla/websocket v1.5.3
github.com/jackc/pgx/v5 v5.5.5
- github.com/labstack/echo-jwt/v4 v4.2.0
github.com/labstack/echo/v4 v4.12.0
github.com/oapi-codegen/echo-middleware v1.0.2
github.com/oapi-codegen/oapi-codegen/v2 v2.3.0