File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ VITE_CASDOOR_ORGANIZATION_NAME=""
4545VITE_DISABLE_AIGC = " false"
4646
4747# Version of spx, keep in sync with the version in `install-spx.sh`.
48- VITE_SPX_VERSION = 2.0.0-pre.38
48+ VITE_SPX_VERSION = 2.0.0-pre.39
4949
5050# Whether to show the license information (including copyright) in the footer.
5151VITE_SHOW_LICENSE = " false"
Original file line number Diff line number Diff line change 44cd " $( dirname " $0 " ) "
55
66# Version of spx, keep in sync with the version in `.env`.
7- SPX_VERSION=2.0.0-pre.38
7+ SPX_VERSION=2.0.0-pre.39
88SPX_NAME=" spx_${SPX_VERSION} "
99SPX_FILE_NAME=" ${SPX_NAME} .zip"
1010SPX_FILE_URL=" https://github.com/goplus/spx/releases/download/v${SPX_VERSION} /spx_web.zip"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/goplus/builder/tools/ai
22
33go 1.24.0
44
5- require github.com/goplus/spx/v2 v2.0.0-pre.38
5+ require github.com/goplus/spx/v2 v2.0.0-pre.39
66
77require (
88 github.com/goplus/spbase v0.1.0 // indirect
Original file line number Diff line number Diff line change 11github.com/goplus/spbase v0.1.0 h1:JNZ0D/65DerYyv9/9IfrXHZZbd0WNK0jHiVvgCtZhwY =
22github.com/goplus/spbase v0.1.0 /go.mod h1:brnD3OJnHtipqob2IsJ3/QzGBf+eOnqXNnHGKpv1irQ =
3- github.com/goplus/spx/v2 v2.0.0-pre.38 h1:9wtiyMS+pOsdYl7vCPTt62+zQZCOr3/72c3/kcjaV08 =
4- github.com/goplus/spx/v2 v2.0.0-pre.38 /go.mod h1:dUbCVrvOQFgQCAGCGny1owkLfYYqkoJPWdqYFL2aW7g =
3+ github.com/goplus/spx/v2 v2.0.0-pre.39 h1:U+AXkAcLakh+8jP9XMM2OUEgLq7zDE1ncgaUwaLTfZg =
4+ github.com/goplus/spx/v2 v2.0.0-pre.39 /go.mod h1:dUbCVrvOQFgQCAGCGny1owkLfYYqkoJPWdqYFL2aW7g =
55github.com/h2non/filetype v1.1.3 h1:FKkx9QbD7HR/zjK1Ia5XiBsq9zdLi5Kf3zGyFTAFkGg =
66github.com/h2non/filetype v1.1.3 /go.mod h1:319b3zT68BvV+WRj7cwy856M2ehB3HqNOt6sy1HndBY =
77github.com/petermattis/goid v0.0.0-20250721140440-ea1c0173183e h1:D0bJD+4O3G4izvrQUmzCL80zazlN7EwJ0PPDhpJWC/I =
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/goplus/gogen v1.19.7 // indirect
1414 github.com/goplus/mod v0.17.2 // indirect
1515 github.com/goplus/spbase v0.1.0 // indirect
16- github.com/goplus/spx/v2 v2.0.0-pre.38 // indirect
16+ github.com/goplus/spx/v2 v2.0.0-pre.39 // indirect
1717 github.com/goplus/xgo v1.5.3 // indirect
1818 github.com/h2non/filetype v1.1.3 // indirect
1919 github.com/petermattis/goid v0.0.0-20250721140440-ea1c0173183e // indirect
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ github.com/goplus/mod v0.17.2 h1:7S4WQlgjw1EpYkJhToypDHgVve9JRJiN0gP3L2MeE7Y=
99github.com/goplus/mod v0.17.2 /go.mod h1:/LyX3X45fuk1PINbNZCiAu0Eu85rTkU2Iz4PCYt/GdE =
1010github.com/goplus/spbase v0.1.0 h1:JNZ0D/65DerYyv9/9IfrXHZZbd0WNK0jHiVvgCtZhwY =
1111github.com/goplus/spbase v0.1.0 /go.mod h1:brnD3OJnHtipqob2IsJ3/QzGBf+eOnqXNnHGKpv1irQ =
12- github.com/goplus/spx/v2 v2.0.0-pre.38 h1:9wtiyMS+pOsdYl7vCPTt62+zQZCOr3/72c3/kcjaV08 =
13- github.com/goplus/spx/v2 v2.0.0-pre.38 /go.mod h1:dUbCVrvOQFgQCAGCGny1owkLfYYqkoJPWdqYFL2aW7g =
12+ github.com/goplus/spx/v2 v2.0.0-pre.39 h1:U+AXkAcLakh+8jP9XMM2OUEgLq7zDE1ncgaUwaLTfZg =
13+ github.com/goplus/spx/v2 v2.0.0-pre.39 /go.mod h1:dUbCVrvOQFgQCAGCGny1owkLfYYqkoJPWdqYFL2aW7g =
1414github.com/goplus/xgo v1.5.3 h1:DGeK3tVLNoEiEOXIF7KtVMjaFQyGEQbTZEUImQOhY4A =
1515github.com/goplus/xgo v1.5.3 /go.mod h1:c3yCeoE1Nd91twFtqsseTBqLI+EWQfNMSL60uyCUprU =
1616github.com/goplus/xgolsw v0.15.1 h1:2lutFumk0Dr11FMo/dBluasYhEZ3JwAjlmjHcp7j6iw =
You can’t perform that action at this time.
0 commit comments