From 5a600b84f59841010e77a644a592e9100ae7820e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 18:25:29 +0000 Subject: [PATCH] build(deps): bump github.com/goplus/mod from 0.11.3 to 0.11.5 Bumps [github.com/goplus/mod](https://github.com/goplus/mod) from 0.11.3 to 0.11.5. - [Release notes](https://github.com/goplus/mod/releases) - [Commits](https://github.com/goplus/mod/compare/v0.11.3...v0.11.5) --- updated-dependencies: - dependency-name: github.com/goplus/mod 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 0d3a856..a20a3a5 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.16 require ( github.com/goplus/gox v1.11.38 - github.com/goplus/mod v0.11.3 + github.com/goplus/mod v0.11.5 github.com/json-iterator/go v1.1.12 github.com/qiniu/x v1.13.0 ) diff --git a/go.sum b/go.sum index 164086f..7022dab 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/goplus/gox v1.11.38 h1:znqKvaIOx/zpVBPpF5NNFO+DuQ/8UpvO0hIqFb45SlY= github.com/goplus/gox v1.11.38/go.mod h1:QQfPGKVmtAzat6fDYE4V4PFo/v95zvrwB9M60tbqdMM= -github.com/goplus/mod v0.11.3 h1:FYR0kV+6ILRb7hR+nHitVCegeyP2Yc8UO9bkZT8b4kM= -github.com/goplus/mod v0.11.3/go.mod h1:NDC5E+XOT8vcJCMjqKhLDJHTHX7lyVN4Vbfi2U7dBhs= +github.com/goplus/mod v0.11.5 h1:3zcWlkLq/adU+y8GynZRMjSE50DfbnILdkRnToDaq24= +github.com/goplus/mod v0.11.5/go.mod h1:NDC5E+XOT8vcJCMjqKhLDJHTHX7lyVN4Vbfi2U7dBhs= github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM= github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 h1:ZqeYNhU3OHLH3mGKHDcjJRFFRrJa6eAM5H+CtDdOsPc=