We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4153ee8 commit ea00cfbCopy full SHA for ea00cfb
1 file changed
go.mod
@@ -15,6 +15,7 @@ require (
15
github.com/neurosnap/sentences v1.1.2
16
github.com/spf13/pflag v1.0.10
17
github.com/stretchr/testify v1.11.1
18
+ github.com/tetratelabs/wazero v1.11.0
19
github.com/yuin/goldmark v1.8.2
20
go.abhg.dev/goldmark/frontmatter v0.3.0
21
gopkg.in/yaml.v3 v3.0.1
@@ -227,7 +228,6 @@ require (
227
228
github.com/stretchr/objx v0.5.2 // indirect
229
github.com/subosito/gotenv v1.4.1 // indirect
230
github.com/tetafro/godot v1.5.4 // indirect
- github.com/tetratelabs/wazero v1.11.0 // indirect
231
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 // indirect
232
github.com/timonwong/loggercheck v0.11.0 // indirect
233
github.com/tomarrell/wrapcheck/v2 v2.12.0 // indirect
0 commit comments