module github.com/labstack/echo/v5 go 1.18 require ( github.com/stretchr/testify v1.8.2 github.com/valyala/fasttemplate v1.2.2 golang.org/x/net v0.7.0 golang.org/x/time v0.3.0 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect golang.org/x/text v0.7.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )