wasm-micro-runtime/language-bindings/go/go.mod
Haitao Huang 6f62820d14
language-bindings/go: upgrade yaml.v3 (#4799)
Upgrade github.com/stretchr/testify from v1.7.0 to v1.11.1,
and upgrade gopkg.in/yaml.v3 to v3.0.1

This fixes CVE-2022-28948 in yaml v3.0.0

Signed-off-by: Haitao Huang <haitaohuang@microsoft.com>
2026-01-26 14:41:56 +08:00

6 lines
129 B
Modula-2

module github.com/bytecodealliance/wasm-micro-runtime/language-bindings/go
go 1.15
require github.com/stretchr/testify v1.11.1