Files
llgo/go.mod
dependabot[bot] da1b9a0e91 build(deps): bump github.com/goplus/gogen from 1.16.1 to 1.16.2
Bumps [github.com/goplus/gogen](https://github.com/goplus/gogen) from 1.16.1 to 1.16.2.
- [Release notes](https://github.com/goplus/gogen/releases)
- [Commits](https://github.com/goplus/gogen/compare/v1.16.1...v1.16.2)

---
updated-dependencies:
- dependency-name: github.com/goplus/gogen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 00:38:39 +00:00

19 lines
310 B
Modula-2

module github.com/goplus/llgo
go 1.20
require (
github.com/goplus/gogen v1.16.2
github.com/goplus/llvm v0.8.0
github.com/goplus/mod v0.13.12
github.com/qiniu/x v1.13.10
golang.org/x/tools v0.19.0
)
require (
golang.org/x/mod v0.19.0 // indirect
golang.org/x/sync v0.7.0 // indirect
)
retract v0.8.0