diff options
Diffstat (limited to 'worker/go.mod')
| -rw-r--r-- | worker/go.mod | 2 |
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 |
