chore: update readme.md

This commit is contained in:
Jacky 2024-02-22 21:43:31 +08:00
parent fcf625f55e
commit 9ed10d65ba
7 changed files with 14 additions and 14 deletions

View file

@ -213,9 +213,9 @@ En plataformas que no tienen una versión de compilación oficial, pueden compil
- Make - Make
- Golang 1.19+ - Golang 1.22+
- node.js 18+ - node.js 21+
```shell ```shell
npx browserslist@latest --update-db npx browserslist@latest --update-db

View file

@ -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 ### Điều kiện cần
- Make - Make
- Golang 1.19+ - Golang 1.22+
- node.js 18+ - node.js 21+
```shell ```shell
npx browserslist@latest --update-db npx browserslist@latest --update-db

View file

@ -207,9 +207,9 @@ docker run -dit \
- Make - Make
- Golang 1.19+ - Golang 1.22+
- node.js 18+ - node.js 21+
```shell ```shell
npx browserslist@latest --update-db npx browserslist@latest --update-db

View file

@ -212,9 +212,9 @@ docker run -dit \
- Make - Make
- Golang 1.18+ - Golang 1.22+
- node.js 14+ - node.js 21+
```shell ```shell
npx browserslist@latest --update-db npx browserslist@latest --update-db

View file

@ -273,9 +273,9 @@ On platforms that do not have an official build version, they can be built manua
- Make - Make
- Golang 1.19+ - Golang 1.22+
- node.js 18+ - node.js 21+
```shell ```shell
npx browserslist@latest --update-db npx browserslist@latest --update-db

6
go.mod
View file

@ -1,8 +1,6 @@
module github.com/0xJacky/Nginx-UI module github.com/0xJacky/Nginx-UI
go 1.22 go 1.22.0
toolchain go1.22.0
require ( require (
github.com/0xJacky/pofile v0.2.1 github.com/0xJacky/pofile v0.2.1
@ -247,7 +245,7 @@ require (
golang.org/x/mod v0.15.0 // indirect golang.org/x/mod v0.15.0 // indirect
golang.org/x/net v0.20.0 // indirect golang.org/x/net v0.20.0 // indirect
golang.org/x/oauth2 v0.16.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/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.17.0 // indirect golang.org/x/tools v0.17.0 // indirect

2
go.sum
View file

@ -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.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU= 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.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-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.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=