Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2024-12-13 18:39:33 -06:00
parent cdfda46b3d
commit 9462d6dae3
1 changed files with 9 additions and 0 deletions

View File

@ -1 +1,10 @@
// `autogen:go.mod`
module go.wit.com/lib/gui/shell
go 1.20
require (
github.com/go-cmd/cmd v1.4.3
go.wit.com/log v0.22.9
)