summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 3b20ab9ec4be99cf08fb85f6d367f76f252bf9c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module copper

go 1.24.6

require (
	gioui.org v0.9.0
	golang.org/x/net v0.39.0
)

require (
	gioui.org/shader v1.0.8 // indirect
	github.com/go-text/typesetting v0.3.0 // indirect
	golang.org/x/exp/shiny v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
	golang.org/x/image v0.26.0 // indirect
	golang.org/x/sys v0.33.0 // indirect
	golang.org/x/text v0.24.0 // indirect
)