Notes added by 'git notes append'
This commit is contained in:
parent
3b7b288dcd
commit
0398e4d08e
|
@ -1 +1,21 @@
|
||||||
// `autogen:go.mod`
|
// `autogen:go.mod`
|
||||||
|
|
||||||
|
module go.wit.com/apps/gadgetwindow
|
||||||
|
|
||||||
|
go 1.22
|
||||||
|
|
||||||
|
toolchain go1.23.4
|
||||||
|
|
||||||
|
require (
|
||||||
|
go.wit.com/dev/alexflint/arg v1.5.5
|
||||||
|
go.wit.com/gui v0.22.24
|
||||||
|
go.wit.com/lib/debugger v0.22.7
|
||||||
|
go.wit.com/lib/gadgets v0.22.7
|
||||||
|
go.wit.com/lib/gui/logsettings v0.22.7
|
||||||
|
go.wit.com/log v0.22.11
|
||||||
|
)
|
||||||
|
|
||||||
|
require (
|
||||||
|
go.wit.com/dev/alexflint/scalar v1.2.4 // indirect
|
||||||
|
go.wit.com/widget v1.1.28 // indirect
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue