MinatoWu opened a new issue, #680: URL: https://github.com/apache/dubbo-go-pixiu/issues/680
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! --> **What happened**: PS D:\Awiggins\dubbo-go-pixiu> govulncheck ./... govulncheck: loading packages: There are errors with the provided package patterns: C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\vm.go:26:19: undefined: wasmerGo.Engine C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\vm.go:27:19: undefined: wasmerGo.Store C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\module.go:27:24: undefined: wasmerGo.Module C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\module.go:29:23: undefined: wasmerGo.WasiVersion C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\instance.go:45:25: undefined: wasmerGo.ImportObject C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\instance.go:46:25: undefined: wasmerGo.Instance C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\instance.go:54:22: undefined: wasmerGo.Memory C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\module.go:33:47: undefined: wasmerGo.Module C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:26:50: undefined: wasmerGo.ValueType C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:41:35: undefined: wasmerGo.Value C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:56:53: undefined: wasmerGo.Value C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\instance.go:75:27: undefined: wasmerGo.NewWasiStateBuilder C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\instance.go:77:31: undefined: wasmerGo.NewImportObject C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\instance.go:83:31: undefined: wasmerGo.NewImportObject C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\instance.go:137:23: undefined: wasmerGo.NewInstance C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\instance.go:200:31: undefined: wasmerGo.ValueType C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\instance.go:206:31: undefined: wasmerGo.ValueType C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\instance.go:211:22: undefined: wasmerGo.NewFunction C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\instance.go:213:12: undefined: wasmerGo.NewFunctionType C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\instance.go:214:24: undefined: wasmerGo.Value C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\instance.go:214:51: undefined: wasmerGo.Value C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\instance.go:233:22: undefined: wasmerGo.Value C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\instance.go:237:57: undefined: wasmerGo.IntoExtern C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\instance.go:269:23: undefined: wasmerGo.Function C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\instance.go:389:26: undefined: wasmerGo.TrapError C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\module.go:46:27: undefined: wasmerGo.GetWasiVersion C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:29:19: undefined: wasmerGo.NewValueType C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:29:41: undefined: wasmerGo.I32 C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:31:19: undefined: wasmerGo.NewValueType C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:31:41: undefined: wasmerGo.I64 C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:33:19: undefined: wasmerGo.NewValueType C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:33:41: undefined: wasmerGo.F32 C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:35:19: undefined: wasmerGo.NewValueType C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:35:41: undefined: wasmerGo.F64 C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:43:16: undefined: wasmerGo.I32 C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:45:16: undefined: wasmerGo.I64 C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:47:16: undefined: wasmerGo.F32 C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:49:16: undefined: wasmerGo.F64 C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:59:19: undefined: wasmerGo.NewI32 C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:61:19: undefined: wasmerGo.NewI64 C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:63:19: undefined: wasmerGo.NewF32 C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:65:19: undefined: wasmerGo.NewF64 C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\types.go:68:18: undefined: wasmerGo.Value C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\vm.go:42:22: undefined: wasmerGo.NewEngine C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\vm.go:43:21: undefined: wasmerGo.NewStore C:\Go\gowork\pkg\mod\mosn.io\[email protected]\wasmer\vm.go:51:21: undefined: wasmerGo.NewModule For details on package patterns, see https://pkg.go.dev/cmd/go#hdr-Package_lists_and_patterns. **What you expected to happen**: Dependency vulnerabilities can be detected **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: Could it be a dependency library version or other compatibility issue?  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
