This commit is contained in:
xushiwei
2023-12-11 09:53:40 +08:00
parent f084144f7a
commit a1211a98e3
9 changed files with 578 additions and 0 deletions

7
go.mod
View File

@@ -5,7 +5,14 @@ go 1.18
require (
github.com/aykevl/go-wasm v0.0.1
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
github.com/goplus/gop v1.1.13
github.com/qiniu/x v1.13.1
golang.org/x/tools v0.16.0
tinygo.org/x/go-llvm v0.0.0-20231014233752-75a8a9fe6f74
)
require (
github.com/goplus/gox v1.13.1 // indirect
github.com/goplus/mod v0.11.9 // indirect
golang.org/x/mod v0.14.0 // indirect
)