basic structure
This commit is contained in:
13
go.mod
13
go.mod
@@ -5,14 +5,13 @@ 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
|
||||
github.com/goplus/gop v1.2.6
|
||||
github.com/qiniu/x v1.13.10
|
||||
)
|
||||
|
||||
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
|
||||
github.com/goplus/gogen v1.15.2 // indirect
|
||||
github.com/goplus/mod v0.13.10 // indirect
|
||||
golang.org/x/mod v0.17.0 // indirect
|
||||
golang.org/x/tools v0.19.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user