mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
chore: update readme.md
This commit is contained in:
parent
fcf625f55e
commit
9ed10d65ba
7 changed files with 14 additions and 14 deletions
|
@ -213,9 +213,9 @@ En plataformas que no tienen una versión de compilación oficial, pueden compil
|
|||
|
||||
- Make
|
||||
|
||||
- Golang 1.19+
|
||||
- Golang 1.22+
|
||||
|
||||
- node.js 18+
|
||||
- node.js 21+
|
||||
|
||||
```shell
|
||||
npx browserslist@latest --update-db
|
||||
|
|
|
@ -277,8 +277,8 @@ Trên các nền tảng không có phiên bản xây dựng chính thức, chún
|
|||
### Điều kiện cần
|
||||
|
||||
- Make
|
||||
- Golang 1.19+
|
||||
- node.js 18+
|
||||
- Golang 1.22+
|
||||
- node.js 21+
|
||||
|
||||
```shell
|
||||
npx browserslist@latest --update-db
|
||||
|
|
|
@ -207,9 +207,9 @@ docker run -dit \
|
|||
|
||||
- Make
|
||||
|
||||
- Golang 1.19+
|
||||
- Golang 1.22+
|
||||
|
||||
- node.js 18+
|
||||
- node.js 21+
|
||||
|
||||
```shell
|
||||
npx browserslist@latest --update-db
|
||||
|
|
|
@ -212,9 +212,9 @@ docker run -dit \
|
|||
|
||||
- Make
|
||||
|
||||
- Golang 1.18+
|
||||
- Golang 1.22+
|
||||
|
||||
- node.js 14+
|
||||
- node.js 21+
|
||||
|
||||
```shell
|
||||
npx browserslist@latest --update-db
|
||||
|
|
|
@ -273,9 +273,9 @@ On platforms that do not have an official build version, they can be built manua
|
|||
|
||||
- Make
|
||||
|
||||
- Golang 1.19+
|
||||
- Golang 1.22+
|
||||
|
||||
- node.js 18+
|
||||
- node.js 21+
|
||||
|
||||
```shell
|
||||
npx browserslist@latest --update-db
|
||||
|
|
6
go.mod
6
go.mod
|
@ -1,8 +1,6 @@
|
|||
module github.com/0xJacky/Nginx-UI
|
||||
|
||||
go 1.22
|
||||
|
||||
toolchain go1.22.0
|
||||
go 1.22.0
|
||||
|
||||
require (
|
||||
github.com/0xJacky/pofile v0.2.1
|
||||
|
@ -247,7 +245,7 @@ require (
|
|||
golang.org/x/mod v0.15.0 // indirect
|
||||
golang.org/x/net v0.20.0 // indirect
|
||||
golang.org/x/oauth2 v0.16.0 // indirect
|
||||
golang.org/x/sys v0.16.0 // indirect
|
||||
golang.org/x/sys v0.17.0 // indirect
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
golang.org/x/time v0.5.0 // indirect
|
||||
golang.org/x/tools v0.17.0 // indirect
|
||||
|
|
2
go.sum
2
go.sum
|
@ -2077,6 +2077,8 @@ golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|||
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||
golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU=
|
||||
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||
golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y=
|
||||
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
|
||||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
|
||||
golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue