Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-14 19:30:48 -06:00
parent 8fd466289c
commit 6226668744
1 changed files with 13 additions and 0 deletions

View File

@ -1 +1,14 @@
// `autogen:go.mod`
module go.wit.com/toolkits/tree
go 1.22
toolchain go1.23.6
require (
go.wit.com/lib/protobuf/guipb v0.0.2
go.wit.com/log v0.22.16
go.wit.com/widget v1.1.29
google.golang.org/protobuf v1.36.5
)