From 438548d9010edeb69f202720dadbddfc80b2683f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 14:22:18 +0000 Subject: [PATCH] Bump github.com/webx-top/com from 0.9.6 to 0.9.7 Bumps [github.com/webx-top/com](https://github.com/webx-top/com) from 0.9.6 to 0.9.7. - [Release notes](https://github.com/webx-top/com/releases) - [Commits](https://github.com/webx-top/com/compare/v0.9.6...v0.9.7) --- updated-dependencies: - dependency-name: github.com/webx-top/com 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 2466bb85..5c2a4521 100644 --- a/go.mod +++ b/go.mod @@ -38,6 +38,6 @@ require ( github.com/magiconair/properties v1.8.7 github.com/masx200/leetcode-TreeNode-go v1.0.5 github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/webx-top/com v0.9.6 + github.com/webx-top/com v0.9.7 gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index feb47cf1..b02b88ea 100644 --- a/go.sum +++ b/go.sum @@ -149,8 +149,8 @@ github.com/tklauser/numcpus v0.3.0 h1:ILuRUQBtssgnxw0XXIjKUC56fgnOrFoQQ/4+DeU2bi github.com/tklauser/numcpus v0.3.0/go.mod h1:yFGUr7TUHQRAhyqBcEg0Ge34zDBAsIvJJcyE6boqnA8= github.com/viant/assertly v0.4.8/go.mod h1:aGifi++jvCrUaklKEKT0BU95igDNaqkvz+49uaYMPRU= github.com/viant/toolbox v0.24.0/go.mod h1:OxMCG57V0PXuIP2HNQrtJf2CjqdmbrOx5EkMILuUhzM= -github.com/webx-top/com v0.9.6 h1:exkK345lDlRz03/YGa1JZtrp4kmtYLb5z6TER0cZdbs= -github.com/webx-top/com v0.9.6/go.mod h1:DDfATzu1w5+vD5XmG3YRTfLjaIqZWi/yeJ7HQEGsM2Q= +github.com/webx-top/com v0.9.7 h1:gcTfcIcmerf062GfgLO/s1KFVo03nD8HQJD8atPflU8= +github.com/webx-top/com v0.9.7/go.mod h1:DDfATzu1w5+vD5XmG3YRTfLjaIqZWi/yeJ7HQEGsM2Q= github.com/yusufpapurcu/wmi v1.2.2 h1:KBNDSne4vP5mbSWnJbO+51IMOXJB67QiYCSBrubbPRg= github.com/yusufpapurcu/wmi v1.2.2/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0= go.opencensus.io v0.18.0/go.mod h1:vKdFvxhtzZ9onBp9VKHK8z/sRpBMnKAsufL7wlDrCOA=