mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
12 lines
285 B
Modula-2
12 lines
285 B
Modula-2
module github.com/0xJacky/Nginx-UI
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/astaxie/beego v1.12.3 // indirect
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/unknwon/com v1.0.1
|
|
golang.org/x/sys v0.0.0-20210217105451-b926d437f341 // indirect
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.20.12
|
|
)
|