From 63db354ee220c8f322eb43b872fad8525f5a8ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:03:10 +0000 Subject: [PATCH] Bump github.com/goplus/xgo from 1.7.1 to 1.7.2 Bumps [github.com/goplus/xgo](https://github.com/goplus/xgo) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/goplus/xgo/releases) - [Commits](https://github.com/goplus/xgo/compare/v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: github.com/goplus/xgo dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index e076cbb..803c5ef 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.1 + github.com/goplus/xgo v1.7.2 github.com/howeyc/fsnotify v0.9.0 github.com/russross/blackfriday/v2 v2.1.0 ) diff --git a/go.sum b/go.sum index a226fc5..7519910 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.1 h1:PLlCNjYgtgIvO/NSIg78hbH4qzOFmyKOK15g8p3ZMLY= -github.com/goplus/xgo v1.7.1/go.mod h1:HfwLG2QD3RBFPXIrTFNKEEWISSdxnWO3u8fY6tUjQ3I= +github.com/goplus/xgo v1.7.2 h1:leAinbUiz+oUukKfdYIXyYZlxm/gh6TkEg5/dzvevQk= +github.com/goplus/xgo v1.7.2/go.mod h1:QR2TaWixDRCYQfv0F7xpZbUPvuclcgg0oUFmcq5nNn0= 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=