Require echo v4.15.1 -> v4.0.0

Signed-off-by: Carl Pearson <me@carlpearson.net>
This commit is contained in:
2026-04-18 05:43:08 -06:00
parent b38460e3af
commit efd2de074b
2 changed files with 17 additions and 8 deletions

4
go.mod
View File

@@ -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
)