This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9a1e84bb use wasmer-go v1.0.4 which is compatible with mac arm (#515)
9a1e84bb is described below

commit 9a1e84bbf0ebad64572b04971dc5d1bed08cb85e
Author: ma642 <[email protected]>
AuthorDate: Mon Oct 31 13:12:30 2022 +0800

    use wasmer-go v1.0.4 which is compatible with mac arm (#515)
    
    * use wasmer-go v1.0.4 which is compatible with mac arm
    
    * fix build issue
    
    Co-authored-by: mazhihui <[email protected]>
---
 go.mod | 2 +-
 go.sum | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/go.mod b/go.mod
index dfedef12..13396283 100644
--- a/go.mod
+++ b/go.mod
@@ -291,7 +291,7 @@ require (
        github.com/ugorji/go/codec v1.2.6 // indirect
        github.com/vbatts/tar-split v0.11.2 // indirect
        github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // 
indirect
-       github.com/wasmerio/wasmer-go v1.0.3 // indirect
+       github.com/wasmerio/wasmer-go v1.0.4 // indirect
        github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // 
indirect
        github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 
// indirect
        github.com/xeipuuv/gojsonschema v1.2.0 // indirect
diff --git a/go.sum b/go.sum
index 9b19919f..e40407e6 100644
--- a/go.sum
+++ b/go.sum
@@ -1869,8 +1869,9 @@ github.com/vishvananda/netns 
v0.0.0-20191106174202-0a2b9b5464df/go.mod h1:JP3t17
 github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae/go.mod 
h1:DD4vA1DwXk04H54A1oHXtwZmA0grkVMdPxx/VGLCah0=
 github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f 
h1:p4VB7kIXpOQvVn1ZaTIVp+3vuYAXFe3OJEvjbUYJLaA=
 github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f/go.mod 
h1:DD4vA1DwXk04H54A1oHXtwZmA0grkVMdPxx/VGLCah0=
-github.com/wasmerio/wasmer-go v1.0.3 
h1:9pWIlIqUKxALvFlWK8+Zy90qyqxd+8wlyVG91txh1TU=
 github.com/wasmerio/wasmer-go v1.0.3/go.mod 
h1:0gzVdSfg6pysA6QVp6iVRPTagC6Wq9pOE8J86WKb2Fk=
+github.com/wasmerio/wasmer-go v1.0.4 
h1:MnqHoOGfiQ8MMq2RF6wyCeebKOe84G88h5yv+vmxJgs=
+github.com/wasmerio/wasmer-go v1.0.4/go.mod 
h1:0gzVdSfg6pysA6QVp6iVRPTagC6Wq9pOE8J86WKb2Fk=
 github.com/willf/bitset v1.1.11-0.20200630133818-d5bec3311243/go.mod 
h1:RjeCKbqT1RxIR/KWY6phxZiaY1IyutSBfGjNPySAYV4=
 github.com/willf/bitset v1.1.11/go.mod 
h1:83CECat5yLh5zVOf4P1ErAgKA5UDvKtgyUABdr3+MjI=
 github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod 
h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=

Reply via email to