Notes added by 'git notes append'
This commit is contained in:
parent
46ea5751f2
commit
ba1e5e98fa
|
@ -1 +1,13 @@
|
||||||
// `autogen:go.mod`
|
// `autogen:go.mod`
|
||||||
|
|
||||||
|
module go.wit.com/lib/fhelp
|
||||||
|
|
||||||
|
go 1.21
|
||||||
|
|
||||||
|
toolchain go1.23.4
|
||||||
|
|
||||||
|
require (
|
||||||
|
github.com/google/uuid v1.6.0
|
||||||
|
go.wit.com/log v0.22.10
|
||||||
|
golang.org/x/text v0.21.0
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue