This commit is contained in:
aozhiwei 2024-06-05 14:08:32 +08:00
parent 1a7fb61f1c
commit 67140971c4
4 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
package system package system
import ( import (
"adminsever/constant" "main/constant"
"adminsever/model/system" "main/model/system"
"f5" "f5"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
"net/http" "net/http"

View File

@ -1,8 +1,8 @@
package system package system
import ( import (
"adminsever/constant" "main/constant"
"adminsever/model/system" "main/model/system"
"f5" "f5"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
"net/http" "net/http"

View File

@ -1,4 +1,4 @@
module adminsever module adminserver
go 1.20 go 1.20

2
third_party/f5 vendored

@ -1 +1 @@
Subproject commit effa2d325725bb8ece314b155b0617af8d7ac714 Subproject commit bf1664b48bf2c3a6fb8f477a325515c04f72ccf4