Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-09 15:19:55 -06:00
parent cf07a42ee9
commit 916973f9b9
1 changed files with 12 additions and 0 deletions

View File

@ -1 +1,13 @@
// `autogen:go.mod` // `autogen:go.mod`
module go.wit.com/toolkits/tree
go 1.22
toolchain go1.23.4
require (
go.wit.com/log v0.22.11
go.wit.com/widget v1.1.28
google.golang.org/protobuf v1.36.5
)