Require echo v4.15.1 -> v4.0.0
Signed-off-by: Carl Pearson <me@carlpearson.net>
This commit is contained in:
4
go.mod
4
go.mod
@@ -2,9 +2,10 @@ module git.carlpearson.net/cwpearson/echo-ratelimit
|
||||
|
||||
go 1.26.0
|
||||
|
||||
require github.com/labstack/echo/v4 v4.15.1
|
||||
require github.com/labstack/echo/v4 v4.0.0
|
||||
|
||||
require (
|
||||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
||||
github.com/labstack/gommon v0.4.2 // indirect
|
||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
@@ -14,5 +15,4 @@ require (
|
||||
golang.org/x/net v0.48.0 // indirect
|
||||
golang.org/x/sys v0.39.0 // indirect
|
||||
golang.org/x/text v0.32.0 // indirect
|
||||
golang.org/x/time v0.14.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user