diff --git a/go.mod b/go.mod
index 31b9993..d6aea75 100644
--- a/go.mod
+++ b/go.mod
@@ -18,0 +19,6 @@ require (
+
+require (
+ github.com/felixge/fgprof v0.9.3 // indirect
+ github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
+ github.com/pkg/profile v1.7.0 // indirect
+)
module gui
go 1.21
toolchain go1.21.5
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.14.0
golang.org/x/sys v0.15.0 // indirect
)
require (
github.com/gen2brain/raylib-go/raylib v0.0.0-20231123174446-48309e2407b7
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
)