Notes removed by 'git notes remove'
This commit is contained in:
parent
4c45c6210b
commit
a69e6b1014
|
@ -1,24 +0,0 @@
|
|||
// `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
|
||||
)
|
||||
|
||||
// `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.11 h1:BiJe+S81kWrMqW1QyZVu1Es2d//WG9FAcZQEhZkkM4c=
|
||||
go.wit.com/log v0.22.11/go.mod h1:LsP0nAH4hZEf2qj/F5UmGQT0OEJ3Q5698/P8ZOI2JuE=
|
||||
golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM=
|
||||
golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY=
|
||||
|
||||
// `autogen:`
|
Loading…
Reference in New Issue