diff --git a/go.mod b/go.mod
index d371a05..31b9993 100644
--- a/go.mod
+++ b/go.mod
@@ -3 +3 @@ module gui
-go 1.22.0
+go 1.21
@@ -5 +5 @@ go 1.22.0
-toolchain go1.22.9
+toolchain go1.21.5
@@ -11,2 +11,2 @@ require (
- golang.org/x/image v0.22.0
- golang.org/x/sys v0.27.0 // indirect
+ golang.org/x/image v0.14.0
+ golang.org/x/sys v0.15.0 // indirect
@@ -19,6 +18,0 @@ require (
-
-require (
- github.com/fogleman/gg v1.3.0
- github.com/progrium/darwinkit v0.5.0 // indirect
- golang.org/x/mobile v0.0.0-20241108191957-fa514ef75a0f // indirect
-)
module gui
go 1.22.0
toolchain go1.22.9
require golang.org/x/net v0.19.0
require (
github.com/ebitengine/purego v0.6.0-alpha.1.0.20231122024802-192c5e846faa // indirect
golang.org/x/image v0.22.0
golang.org/x/sys v0.27.0 // indirect
)
require (
github.com/gen2brain/raylib-go/raylib v0.0.0-20231123174446-48309e2407b7
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
)
require (
github.com/fogleman/gg v1.3.0
github.com/progrium/darwinkit v0.5.0 // indirect
golang.org/x/mobile v0.0.0-20241108191957-fa514ef75a0f // indirect
)