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/image v0.14.0 // 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/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/pwiecz/go-fltk v0.0.0-20231205093133-0675caccb3ac
golang.org/x/text v0.14.0 // indirect
)