1
0
mirror of https://github.com/labstack/echo.git synced 2026-04-24 20:55:53 +02:00
Files
2025-12-11 15:38:04 +02:00

24 lines
630 B
Modula-2

module github.com/labstack/echo/v4
go 1.24.0
require (
github.com/labstack/gommon v0.4.2
github.com/stretchr/testify v1.11.1
github.com/valyala/fasttemplate v1.2.2
golang.org/x/crypto v0.46.0
golang.org/x/net v0.48.0
golang.org/x/time v0.14.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)