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

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

---
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-07-07 16:10:49 +00:00
committed by GitHub
parent 8db3ccce2e
commit 274026d338
2 changed files with 6 additions and 49 deletions

4
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/aykevl/go-wasm v0.0.1
github.com/goplus/gogen v1.16.0
github.com/goplus/llvm v0.8.0
github.com/goplus/mod v0.13.10
github.com/goplus/mod v0.13.12
github.com/json-iterator/go v1.1.12
github.com/qiniu/x v1.13.10
golang.org/x/tools v0.22.0
@@ -15,7 +15,7 @@ require (
require (
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/sync v0.7.0 // indirect
)