summaryrefslogtreecommitdiff
path: root/go.mod
blob: e41e5dc5bc1916159cfc15dc8a27fa4ec8f33b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module go.wit.com/gui/gui

go 1.21.4

require (
	go.wit.com/dev/alexflint/arg v1.4.5
	go.wit.com/gui/widget v1.1.3
	go.wit.com/log v0.5.4
)

require (
	go.wit.com/dev/alexflint/scalar v1.2.1 // indirect
	go.wit.com/dev/davecgh/spew v1.1.4 // indirect
)