0
0
mirror of https://github.com/vx3r/wg-gen-web.git synced 2025-09-01 13:40:17 +00:00

update all before V2 dev start

This commit is contained in:
vx3r
2021-04-06 14:23:23 +02:00
parent 22fb5575e0
commit e5a94ae59f
30 changed files with 1416 additions and 907 deletions

View File

@ -3,10 +3,10 @@ package server
import (
"github.com/gin-gonic/gin"
log "github.com/sirupsen/logrus"
"gitlab.127-0-0-1.fr/vx3r/wg-gen-web/auth"
"gitlab.127-0-0-1.fr/vx3r/wg-gen-web/core"
"gitlab.127-0-0-1.fr/vx3r/wg-gen-web/model"
"gitlab.127-0-0-1.fr/vx3r/wg-gen-web/version"
"github.com/vx3r/wg-gen-web/auth"
"github.com/vx3r/wg-gen-web/core"
"github.com/vx3r/wg-gen-web/model"
"github.com/vx3r/wg-gen-web/version"
"golang.org/x/oauth2"
"net/http"
)