diff --git a/README-es.md b/README-es.md index ae8886f0..35052b01 100644 --- a/README-es.md +++ b/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 diff --git a/README-vi_VN.md b/README-vi_VN.md index ad1d8afe..f08f557e 100644 --- a/README-vi_VN.md +++ b/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 diff --git a/README-zh_CN.md b/README-zh_CN.md index 7e01ec4e..fc9aa6a1 100644 --- a/README-zh_CN.md +++ b/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 diff --git a/README-zh_TW.md b/README-zh_TW.md index 15c498f7..c0b24c8d 100644 --- a/README-zh_TW.md +++ b/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 diff --git a/README.md b/README.md index b68679b9..07f3961d 100644 --- a/README.md +++ b/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 diff --git a/go.mod b/go.mod index 23e632db..3370ef62 100644 --- a/go.mod +++ b/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 diff --git a/go.sum b/go.sum index 4a63b86c..22ffa0a9 100644 --- a/go.sum +++ b/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=