mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
22 lines
789 B
Modula-2
22 lines
789 B
Modula-2
module github.com/0xJacky/Nginx-UI
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/gin-contrib/cors v1.3.1
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/mackerelio/go-osstat v0.1.0
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
|
|
github.com/minio/minio v0.0.0-20210316030313-6160188bf32a
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/unknwon/com v1.0.1
|
|
golang.org/x/sys v0.0.0-20210217105451-b926d437f341 // indirect
|
|
gopkg.in/ini.v1 v1.62.0
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.20.12
|
|
)
|