diff --git a/go.mod b/go.mod
index ddedb5d..91ad510 100644
--- a/go.mod
+++ b/go.mod
@@ -13,0 +14,3 @@ require (
+ github.com/kr/text v0.2.0 // indirect
+ github.com/rogpeppe/go-internal v1.9.0 // indirect
+ golang.org/x/image v0.14.0 // indirect
@@ -18,0 +22 @@ require (
+ github.com/gen2brain/raylib-go/raygui v0.0.0-20231123174446-48309e2407b7
@@ -21 +25,2 @@ require (
- github.com/pwiecz/go-fltk v0.0.0-20231205093133-0675caccb3ac
+ github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
+ github.com/kr/pretty v0.3.1
module gui
go 1.21
toolchain go1.21.5
require (
github.com/go-shiori/dom v0.0.0-20230515143342-73569d674e1c
golang.org/x/net v0.19.0
)
require (
github.com/ebitengine/purego v0.6.0-alpha.1.0.20231122024802-192c5e846faa // indirect
golang.org/x/sys v0.15.0 // indirect
)
require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/gen2brain/raylib-go/raylib v0.0.0-20231123174446-48309e2407b7
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/pwiecz/go-fltk v0.0.0-20231205093133-0675caccb3ac
golang.org/x/text v0.14.0 // indirect
)