Notes removed by 'git notes remove'
This commit is contained in:
parent
88e82748f5
commit
aa173a96b2
|
@ -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:`
|
|
Loading…
Reference in New Issue