mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
23 lines
697 B
Modula-2
23 lines
697 B
Modula-2
module github.com/0xJacky/Nginx-UI
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/gin-contrib/static v0.0.1
|
|
github.com/gin-gonic/gin v1.7.4
|
|
github.com/go-acme/lego/v4 v4.4.0
|
|
github.com/go-playground/locales v0.13.0
|
|
github.com/go-playground/universal-translator v0.17.0
|
|
github.com/go-playground/validator/v10 v10.4.1
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/shirou/gopsutil/v3 v3.21.7
|
|
github.com/spf13/cast v1.3.1
|
|
github.com/unknwon/com v1.0.1
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
gopkg.in/ini.v1 v1.62.0
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.21.14
|
|
)
|