Update dependencies

This commit is contained in:
Milan Nikolic 2024-05-08 10:31:41 +02:00
parent 7810550d63
commit 6fa153fa53
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
2 changed files with 6 additions and 6 deletions

View file

@ -3,6 +3,6 @@ module github.com/gen2brain/raylib-go/raylib
go 1.21
require (
github.com/ebitengine/purego v0.6.0-alpha.1.0.20231122024802-192c5e846faa
golang.org/x/sys v0.14.0
github.com/ebitengine/purego v0.7.1
golang.org/x/sys v0.20.0
)