chore: update go.mod
This commit is contained in:
parent
aeaf6cb5c4
commit
d6a9e80fbb
1 changed files with 4 additions and 2 deletions
6
go.mod
6
go.mod
|
|
@ -2,10 +2,12 @@ module tetris
|
||||||
|
|
||||||
go 1.24.6
|
go 1.24.6
|
||||||
|
|
||||||
require github.com/gen2brain/raylib-go/raylib v0.55.1
|
require (
|
||||||
|
github.com/gen2brain/raylib-go/raylib v0.55.1
|
||||||
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
|
||||||
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/ebitengine/purego v0.7.1 // indirect
|
github.com/ebitengine/purego v0.7.1 // indirect
|
||||||
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
|
|
||||||
golang.org/x/sys v0.20.0 // indirect
|
golang.org/x/sys v0.20.0 // indirect
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue