diff --git a/go.mod b/go.mod
index e1e1903..d371a05 100644
--- a/go.mod
+++ b/go.mod
@@ -16 +15,0 @@ require (
- github.com/fogleman/gg v1.3.0
@@ -19,0 +19,6 @@ 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/fogleman/gg v1.3.0
github.com/gen2brain/raylib-go/raylib v0.0.0-20231123174446-48309e2407b7
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
)