update packages
updates data and links
This commit is contained in:
@@ -9,11 +9,11 @@ import (
|
||||
"text/template"
|
||||
|
||||
"github.com/gorilla/sessions"
|
||||
"github.com/gra4art/wireguard-ui/util"
|
||||
"github.com/labstack/echo-contrib/session"
|
||||
"github.com/labstack/echo/v4"
|
||||
"github.com/labstack/echo/v4/middleware"
|
||||
"github.com/labstack/gommon/log"
|
||||
"github.com/ngoduykhanh/wireguard-ui/util"
|
||||
)
|
||||
|
||||
// TemplateRegistry is a custom html/template renderer for Echo framework
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
package router
|
||||
|
||||
import (
|
||||
"github.com/go-playground/validator/v10"
|
||||
)
|
||||
|
||||
// NewValidator func
|
||||
func NewValidator() *Validator {
|
||||
return &Validator{
|
||||
|
||||
Reference in New Issue
Block a user