Notes removed by 'git notes remove'

This commit is contained in:
Jeff Carr 2025-02-07 19:19:41 -06:00
parent 8b2fe4e431
commit 5d3d3adc90
1 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
// `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
)
// `autogen:go.sum`
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
go.wit.com/log v0.22.10 h1:rlSgaYjvxbpcmi9UBQO3ESmbd/jiyFdRQFoGOvpCEUc=
go.wit.com/log v0.22.10/go.mod h1:4uNPFBqhsAh8zNF+zxVEmC3c/9AZ8JeTfUUvRpddvLQ=
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
// `autogen:`