aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: d98874d207f68b6bcd3f217b727d3d48ebb46485 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/faiface/gui

go 1.25.5

require (
	github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3
	github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71
	github.com/go-gl/glfw v0.0.0-20250301202403-da16c1255728
	github.com/lithdew/casso v0.0.0-20200531104607-fe75aa82181f
	github.com/stretchr/testify v1.5.1
	golang.org/x/exp/shiny v0.0.0-20260218203240-3dfff04db8fa
	golang.org/x/image v0.36.0
)

require (
	github.com/davecgh/go-spew v1.1.0 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	golang.org/x/text v0.34.0 // indirect
	gopkg.in/yaml.v2 v2.2.2 // indirect
)