Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-14 00:47:56 -06:00
parent 45369a8f7f
commit 24008d9834
1 changed files with 19 additions and 0 deletions

View File

@ -1 +1,20 @@
// `autogen:go.mod`
module go.wit.com/lib/gadgets
go 1.22
toolchain go1.23.6
require (
go.wit.com/gui v0.22.26
go.wit.com/log v0.22.16
)
require (
go.wit.com/dev/alexflint/arg v1.5.5 // indirect
go.wit.com/dev/alexflint/scalar v1.2.4 // indirect
go.wit.com/lib/protobuf/guipb v0.0.2 // indirect
go.wit.com/widget v1.1.29 // indirect
google.golang.org/protobuf v1.36.5 // indirect
)