Skip to content

Commit fe26277

Browse files
stevenwhiteheadaldas
authored andcommittedNov 25, 2024·
remove jwt middleware
1 parent 9e73691 commit fe26277

File tree

4 files changed

+0
-1086
lines changed

4 files changed

+0
-1086
lines changed
 

‎go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module github.com/labstack/echo/v4
33
go 1.18
44

55
require (
6-
github.com/golang-jwt/jwt v3.2.2+incompatible
76
github.com/labstack/gommon v0.4.2
87
github.com/stretchr/testify v1.8.4
98
github.com/valyala/fasttemplate v1.2.2

‎go.sum

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
22
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3-
github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY=
4-
github.com/golang-jwt/jwt v3.2.2+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I=
53
github.com/labstack/gommon v0.4.2 h1:F8qTUNXgG1+6WQmqoUWnz8WiEU60mXVVw0P4ht1WRA0=
64
github.com/labstack/gommon v0.4.2/go.mod h1:QlUFxVM+SNXhDL/Z7YhocGIBYOiwB0mXm1+1bAPHPyU=
75
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=

‎middleware/jwt.go

-303
This file was deleted.

‎middleware/jwt_test.go

-780
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.