|
@@ -3,7 +3,6 @@ module github.com/0xJacky/Nginx-UI
|
|
|
go 1.17
|
|
|
|
|
|
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
|
|
@@ -11,11 +10,11 @@ require (
|
|
|
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/golang-jwt/jwt v3.2.2+incompatible
|
|
|
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/stretchr/testify v1.7.0
|
|
|
github.com/unknwon/com v1.0.1
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
|
gopkg.in/ini.v1 v1.62.0
|
|
@@ -26,7 +25,6 @@ require (
|
|
|
require (
|
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
|
|
github.com/cenkalti/backoff/v4 v4.1.0 // indirect
|
|
|
- github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
|
|
github.com/golang/protobuf v1.3.4 // indirect
|
|
@@ -39,7 +37,6 @@ require (
|
|
|
github.com/miekg/dns v1.1.40 // indirect
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
|
- github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
github.com/tklauser/go-sysconf v0.3.7 // indirect
|
|
|
github.com/tklauser/numcpus v0.2.3 // indirect
|
|
|
github.com/ugorji/go/codec v1.1.7 // indirect
|
|
@@ -48,5 +45,4 @@ require (
|
|
|
golang.org/x/text v0.3.4 // indirect
|
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
|
)
|