go mod tidy
This commit is contained in:
8
go.mod
8
go.mod
@@ -5,19 +5,17 @@ go 1.22.0
|
||||
toolchain go1.24.1
|
||||
|
||||
require (
|
||||
github.com/goccy/go-yaml v1.17.1
|
||||
github.com/goplus/gogen v1.17.3
|
||||
github.com/goplus/lib v0.2.0
|
||||
github.com/goplus/llgo/runtime v0.0.0-00010101000000-000000000000
|
||||
github.com/goplus/llvm v0.8.3
|
||||
github.com/goplus/mod v0.16.0
|
||||
github.com/qiniu/x v1.13.19
|
||||
golang.org/x/mod v0.23.0
|
||||
golang.org/x/tools v0.30.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/goccy/go-yaml v1.17.1
|
||||
golang.org/x/mod v0.23.0
|
||||
golang.org/x/sync v0.11.0 // indirect
|
||||
)
|
||||
require golang.org/x/sync v0.11.0 // indirect
|
||||
|
||||
replace github.com/goplus/llgo/runtime => ./runtime
|
||||
|
||||
Reference in New Issue
Block a user