mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
25 lines
871 B
Modula-2
25 lines
871 B
Modula-2
module github.com/0xJacky/Nginx-UI
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/gin-gonic/gin v1.7.2
|
|
github.com/go-acme/lego/v4 v4.4.0
|
|
github.com/go-playground/validator/v10 v10.7.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/mackerelio/go-osstat v0.1.0
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
|
|
github.com/minio/minio v0.0.0-20210316030313-6160188bf32a
|
|
github.com/unknwon/com v1.0.1
|
|
golang.org/x/sys v0.0.0-20210217105451-b926d437f341 // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
gopkg.in/ini.v1 v1.62.0
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.20.12
|
|
)
|