From 248d4a8f362e8763906bb99b70c04894cea22c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 02:03:09 +0000 Subject: [PATCH] Bump github.com/goplus/xgo from 1.7.3 to 1.7.5 Bumps [github.com/goplus/xgo](https://github.com/goplus/xgo) from 1.7.3 to 1.7.5. - [Release notes](https://github.com/goplus/xgo/releases) - [Commits](https://github.com/goplus/xgo/compare/v1.7.3...v1.7.5) --- updated-dependencies: - dependency-name: github.com/goplus/xgo dependency-version: 1.7.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index b0a925e..85aa019 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/goplus/tutorial go 1.24.0 require ( - github.com/goplus/xgo v1.7.3 + github.com/goplus/xgo v1.7.5 github.com/howeyc/fsnotify v0.9.0 github.com/russross/blackfriday/v2 v2.1.0 ) diff --git a/go.sum b/go.sum index bf1ebe4..e909e08 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ -github.com/goplus/mod v0.20.2 h1:YX72E6AhhRLvlkVnI9cBK6PZvUwtge2hwROh7w9N6Yk= -github.com/goplus/mod v0.20.2/go.mod h1:lWW62tH7L3Vm42Lr6wlUMYHvsm5w3TkEpE2ulKTgmU8= -github.com/goplus/xgo v1.7.3 h1:rG/dBjbld8r1O94m6qtIOsBvpF1kHPrd4+NtcCVOemU= -github.com/goplus/xgo v1.7.3/go.mod h1:F/+bGBARd1rIyD5pl1BgqGViRKUh5w03pbk0sPHb9a8= +github.com/goplus/mod v0.21.1 h1:thTyYvCVFEQr8bilNW2DvgI6UwuCYqCWF7DaA/dhf/c= +github.com/goplus/mod v0.21.1/go.mod h1:VTyNmzzePgy99A2VQnxIBfoG1x097xilag/t0F0zuTg= +github.com/goplus/xgo v1.7.5 h1:biSNkiyWe3e+YmOmDRSs1Z6K4RLkLpzN6mTp1WbryAw= +github.com/goplus/xgo v1.7.5/go.mod h1:TRIPQ1bRVkq1x0+Ve/gWGS+qcb3ACPIZHNcmuiKzYkE= github.com/howeyc/fsnotify v0.9.0 h1:0gtV5JmOKH4A8SsFxG2BczSeXWWPvcMT0euZt5gDAxY= github.com/howeyc/fsnotify v0.9.0/go.mod h1:41HzSPxBGeFRQKEEwgh49TRw/nKBsYZ2cF1OzPjSJsA= github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=