Skip to content

Commit

Permalink
upgrade spx (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
nighca authored Sep 14, 2024
1 parent 222bffa commit b6bf51a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/ispx/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/goplus/igop v0.27.1
github.com/goplus/reflectx v1.2.2
github.com/goplus/spx v1.0.1-0.20240909022156-1b3a5bfdee29
github.com/goplus/spx v1.0.1-0.20240914015341-5e8dc870bb56
github.com/hajimehoshi/ebiten/v2 v2.8.0-alpha.3
)

Expand Down
4 changes: 2 additions & 2 deletions tools/ispx/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ github.com/goplus/mod v0.13.10 h1:5Om6KOvo31daN7N30kWU1vC5zhsJPM+uPbcEN/FnlzE=
github.com/goplus/mod v0.13.10/go.mod h1:HDuPZgpWiaTp3PUolFgsiX+Q77cbUWB/mikVHfYND3c=
github.com/goplus/reflectx v1.2.2 h1:T1p20OIH/HcnAvQQNnDLwl6AZOjU34icsfc6migD6L8=
github.com/goplus/reflectx v1.2.2/go.mod h1:wHOS9ilbB4zrecI0W1dMmkW9JMcpXV7VjALVbNU9xfM=
github.com/goplus/spx v1.0.1-0.20240909022156-1b3a5bfdee29 h1:wHe/XPmOzeliV2RwF+k3fj2NHsBqUMZCcuQFJw257fI=
github.com/goplus/spx v1.0.1-0.20240909022156-1b3a5bfdee29/go.mod h1:UNZub8iRpxDvLpjJYYpiM7r36GqweTn2SNSKN49kG90=
github.com/goplus/spx v1.0.1-0.20240914015341-5e8dc870bb56 h1:xWfgcMaB3CKMtlQVr7AH2kgMm6xDDfQ/T4LGoZA70sQ=
github.com/goplus/spx v1.0.1-0.20240914015341-5e8dc870bb56/go.mod h1:1hkX9vPdDHrsA6LG8itiLMp83KIDJ0KlJI9CmpCoiCA=
github.com/hajimehoshi/ebiten/v2 v2.8.0-alpha.3 h1:cKpQdzW3I+iLID68l25GaxzPZHSZVRdE9/Pz4SOPBR8=
github.com/hajimehoshi/ebiten/v2 v2.8.0-alpha.3/go.mod h1:iKp1U/H0J0rv9X4ztGSTXCyN6z/DKKrUL+D9sjg7SbI=
github.com/hajimehoshi/go-mp3 v0.3.2/go.mod h1:qMJj/CSDxx6CGHiZeCgbiq2DSUkbK0UbtXShQcnfyMM=
Expand Down

0 comments on commit b6bf51a

Please sign in to comment.