mirror of
https://github.com/labstack/echo.git
synced 2026-04-26 21:03:34 +02:00
17 lines
335 B
Modula-2
17 lines
335 B
Modula-2
module github.com/labstack/echo/v5
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.11.1
|
|
golang.org/x/net v0.49.0
|
|
golang.org/x/time v0.14.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/text v0.33.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|