Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-19 04:43:22 -06:00
parent c8d4245a15
commit 4c1af68959
1 changed files with 11 additions and 0 deletions

View File

@ -1 +1,12 @@
// `autogen:go.mod` // `autogen:go.mod`
module go.wit.com/lib/gui/shell
go 1.21
toolchain go1.23.4
require (
github.com/go-cmd/cmd v1.4.3
go.wit.com/log v0.22.10
)