Forráskód Böngészése

chore: update readme.md

Jacky 1 éve
szülő
commit
9ed10d65ba
7 módosított fájl, 14 hozzáadás és 14 törlés
  1. 2 2
      README-es.md
  2. 2 2
      README-vi_VN.md
  3. 2 2
      README-zh_CN.md
  4. 2 2
      README-zh_TW.md
  5. 2 2
      README.md
  6. 2 4
      go.mod
  7. 2 0
      go.sum

+ 2 - 2
README-es.md

@@ -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

+ 2 - 2
README-vi_VN.md

@@ -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

+ 2 - 2
README-zh_CN.md

@@ -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

+ 2 - 2
README-zh_TW.md

@@ -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

+ 2 - 2
README.md

@@ -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

+ 2 - 4
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 - 0
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=