From de13d4cde561f1100d8716a79ae3260a25cd6d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 12:53:08 +0000 Subject: [PATCH] build(deps): bump github.com/goplus/lib from 0.2.0 to 0.3.0 Bumps [github.com/goplus/lib](https://github.com/goplus/lib) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/goplus/lib/releases) - [Commits](https://github.com/goplus/lib/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: github.com/goplus/lib dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 f2d48671..df3c89fd 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.23.0 require ( github.com/goplus/gogen v1.19.1 - github.com/goplus/lib v0.2.0 + github.com/goplus/lib v0.3.0 github.com/goplus/llgo v0.11.6-0.20250824004317-e4218f90d792 github.com/goplus/mod v0.17.1 github.com/qiniu/x v1.15.1 diff --git a/go.sum b/go.sum index 07b404df..e43f33b2 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/goplus/gogen v1.19.1 h1:L7jz60azeowj8zUq48tozETriTPBLqHb0nDj6PheANc= github.com/goplus/gogen v1.19.1/go.mod h1:owX2e1EyU5WD+Nm6oH2m/GXjLdlBYcwkLO4wN8HHXZI= -github.com/goplus/lib v0.2.0 h1:AjqkN1XK5H23wZMMlpaUYAMCDAdSBQ2NMFrLtSh7W4g= -github.com/goplus/lib v0.2.0/go.mod h1:SgJv3oPqLLHCu0gcL46ejOP3x7/2ry2Jtxu7ta32kp0= +github.com/goplus/lib v0.3.0 h1:y0ZGb5Q/RikW1oMMB4Di7XIZIpuzh/7mlrR8HNbxXCA= +github.com/goplus/lib v0.3.0/go.mod h1:SgJv3oPqLLHCu0gcL46ejOP3x7/2ry2Jtxu7ta32kp0= github.com/goplus/llgo v0.11.6-0.20250824004317-e4218f90d792 h1:EbF48QxuTaklX5MPwSuskZhu+dI9CHDIPW9S05uyhsM= github.com/goplus/llgo v0.11.6-0.20250824004317-e4218f90d792/go.mod h1:GeJLuuvv1yU+XBX+45SITayPgj7tsHVntEY+LEFPx+I= github.com/goplus/mod v0.17.1 h1:ITovxDcc5zbURV/Wrp3/SBsYLgC1KrxY6pq1zMM2V94=