Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-08 19:38:02 -06:00
parent 44d61b8da2
commit c942527607
1 changed files with 12 additions and 0 deletions

View File

@ -1 +1,13 @@
// `autogen:go.mod`
module go.wit.com/lib/fhelp
go 1.22
toolchain go1.23.4
require (
github.com/google/uuid v1.6.0
go.wit.com/log v0.22.11
golang.org/x/text v0.22.0
)