oxequa / realize

Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.
GNU General Public License v3.0
4.46k stars 229 forks source link

github.com/labstack/echo Error #248

Closed k4wo closed 3 years ago

k4wo commented 5 years ago

I've got an issue during installing the package (go get github.com/oxequa/realize):

# github.com/labstack/echo
../github.com/labstack/echo/echo.go:305:19: cannot use "github.com/labstack/gommon/log".ERROR (type uint32) as type "github.com/labstack/gommon/log".Lvl in argument to e.Logger.SetLevel
../github.com/labstack/echo/echo.go:687:20: cannot use "github.com/labstack/gommon/log".DEBUG (type uint32) as type "github.com/labstack/gommon/log".Lvl in argument to e.Logger.SetLevel

I tried use other version of echo but didn't help. Any ideas what to do?