mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
chore: go mod tidy
This commit is contained in:
parent
e634c75804
commit
ac9413703f
3 changed files with 9 additions and 18 deletions
4
go.mod
4
go.mod
|
@ -3,6 +3,7 @@ module github.com/0xJacky/Nginx-UI
|
|||
go 1.24.2
|
||||
|
||||
require (
|
||||
code.pfad.fr/risefront v1.0.0
|
||||
github.com/0xJacky/pofile v1.0.0
|
||||
github.com/BurntSushi/toml v1.5.0
|
||||
github.com/caarlos0/env/v11 v11.3.1
|
||||
|
@ -77,7 +78,7 @@ require (
|
|||
github.com/Azure/go-autorest/logger v0.2.2 // indirect
|
||||
github.com/Azure/go-autorest/tracing v0.6.1 // indirect
|
||||
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
|
||||
github.com/Microsoft/go-winio v0.4.14 // indirect
|
||||
github.com/Microsoft/go-winio v0.6.2 // indirect
|
||||
github.com/OpenDNS/vegadns2client v0.0.0-20180418235048-a3fa4a771d87 // indirect
|
||||
github.com/StackExchange/wmi v1.2.1 // indirect
|
||||
github.com/akamai/AkamaiOPEN-edgegrid-golang v1.2.2 // indirect
|
||||
|
@ -312,6 +313,7 @@ require (
|
|||
)
|
||||
|
||||
replace (
|
||||
code.pfad.fr/risefront => github.com/nginxui/risefront v0.0.0-20250428220145-c87a8799e07d
|
||||
github.com/tufanbarisyildirim/gonginx => github.com/0xJacky/gonginx v0.0.0-20250420001451-d120448e89a4
|
||||
gorm.io/gorm => gorm.io/gorm v1.25.12
|
||||
gorm.io/plugin/dbresolver => gorm.io/plugin/dbresolver v1.5.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue