mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
fix: build issue
This commit is contained in:
parent
7a26625eb4
commit
1bc8d0a4a9
5 changed files with 7 additions and 11 deletions
3
go.mod
3
go.mod
|
@ -20,7 +20,7 @@ require (
|
|||
github.com/lib/pq v1.10.7
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/sashabaranov/go-openai v1.5.8
|
||||
github.com/shirou/gopsutil/v3 v3.23.3
|
||||
github.com/shirou/gopsutil/v3 v3.23.1
|
||||
github.com/spf13/cast v1.5.0
|
||||
github.com/tufanbarisyildirim/gonginx v0.0.0-20230325082000-26dcb15a9df4
|
||||
github.com/unknwon/com v1.0.1
|
||||
|
@ -57,7 +57,6 @@ require (
|
|||
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
|
||||
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
|
||||
github.com/robfig/cron/v3 v3.0.1 // indirect
|
||||
github.com/shoenig/go-m1cpu v0.1.4 // indirect
|
||||
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
||||
github.com/tklauser/numcpus v0.6.0 // indirect
|
||||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue