aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker/go.mod
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-08 20:21:02 +0900
committernsfisis <nsfisis@gmail.com>2024-08-08 20:21:02 +0900
commit6b74e3853ff183f63b6cd9b94331446a39d562a6 (patch)
tree27719c95313cc500eae01ca3ee2a1a007836599c /worker/go.mod
parentf766fae6c0fb10b906224660c61c9693cf74c426 (diff)
downloadiosdc-japan-2024-albatross-6b74e3853ff183f63b6cd9b94331446a39d562a6.tar.gz
iosdc-japan-2024-albatross-6b74e3853ff183f63b6cd9b94331446a39d562a6.tar.zst
iosdc-japan-2024-albatross-6b74e3853ff183f63b6cd9b94331446a39d562a6.zip
feat(worker): re-enable authentication between api-server and worker
Diffstat (limited to 'worker/go.mod')
-rw-r--r--worker/go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/worker/go.mod b/worker/go.mod
index 30b58c1..ebf2a9b 100644
--- a/worker/go.mod
+++ b/worker/go.mod
@@ -4,6 +4,7 @@ go 1.22.3
require (
github.com/golangci/golangci-lint v1.59.1
+ github.com/labstack/echo-jwt/v4 v4.2.0
github.com/labstack/echo/v4 v4.12.0
)
@@ -65,6 +66,7 @@ require (
github.com/gobwas/glob v0.2.3 // indirect
github.com/gofrs/flock v0.8.1 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
+ github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a // indirect
github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e // indirect