Fix imports

This commit is contained in:
Dan Stewart 2023-03-12 17:21:55 +00:00 committed by GitHub
parent 07e5c6260d
commit 736aee896d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,9 +20,9 @@ go get -u github.com/foolin/goview/supports/echoview-v4
package main
import (
"github.com/foolin/goview/supports/echoview"
"github.com/labstack/echo"
"github.com/labstack/echo/middleware"
"github.com/foolin/goview/supports/echoview-v4"
"github.com/labstack/echo/v4"
"github.com/labstack/echo/middleware/v4"
"net/http"
)