diff --git a/example/go.mod b/example/go.mod index 3a2a583..b39cf99 100644 --- a/example/go.mod +++ b/example/go.mod @@ -1,11 +1,23 @@ module echotest -go 1.14 +go 1.25.0 require ( github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4 - github.com/labstack/echo v3.3.10+incompatible - github.com/labstack/echo-contrib v0.9.0 - github.com/labstack/echo/v4 v4.1.16 + github.com/labstack/echo/v4 v4.15.3 github.com/stnc/pongo2echo v0.0.0-20200913234856-f8ba98c8e545 ) + +require ( + github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5 // indirect + github.com/labstack/gommon v0.5.0 // indirect + github.com/mattn/go-colorable v0.1.14 // indirect + github.com/mattn/go-isatty v0.0.22 // indirect + github.com/valyala/bytebufferpool v1.0.0 // indirect + github.com/valyala/fasttemplate v1.2.2 // indirect + golang.org/x/crypto v0.50.0 // indirect + golang.org/x/net v0.53.0 // indirect + golang.org/x/sys v0.43.0 // indirect + golang.org/x/text v0.36.0 // indirect + gopkg.in/yaml.v2 v2.2.7 // indirect +)