build(deps): bump github.com/goplus/mod from 0.13.12 to 0.13.13

Bumps [github.com/goplus/mod](https://github.com/goplus/mod) from 0.13.12 to 0.13.13.
- [Release notes](https://github.com/goplus/mod/releases)
- [Commits](https://github.com/goplus/mod/compare/v0.13.12...v0.13.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-30 23:56:08 +00:00
committed by GitHub
parent 0fd129a0d8
commit 467c2fb28d
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -5,13 +5,13 @@ go 1.20
require (
github.com/goplus/gogen v1.16.3
github.com/goplus/llvm v0.8.0
github.com/goplus/mod v0.13.12
github.com/goplus/mod v0.13.13
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/mod v0.20.0 // indirect
golang.org/x/sync v0.7.0 // indirect
)