update packages
Some checks failed
Build container images / build-image (push) Has been cancelled
Lint / Lint (push) Has been cancelled

updates data and links
This commit is contained in:
Артём Грачёв
2026-03-29 02:56:35 +03:00
parent 20ba251028
commit 1b833124c6
20 changed files with 121 additions and 198 deletions

View File

@@ -6,10 +6,10 @@ import (
"net/http"
"time"
"github.com/gra4art/wireguard-ui/model"
"github.com/gra4art/wireguard-ui/store"
"github.com/labstack/echo/v4"
"github.com/labstack/gommon/log"
"github.com/ngoduykhanh/wireguard-ui/model"
"github.com/ngoduykhanh/wireguard-ui/store"
"github.com/sabhiram/go-wol/wol"
)