Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-19 04:12:54 -06:00
parent b3d862327f
commit e0b63a3a47
1 changed files with 11 additions and 0 deletions

View File

@ -1 +1,12 @@
// `autogen:go.mod`
module go.wit.com/toolkits/tree
go 1.21
toolchain go1.23.4
require (
go.wit.com/log v0.22.10
go.wit.com/widget v1.1.27
)