From 14fbf2489920c7a8aa2148a3b170c8f374280603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:16:56 +0000 Subject: [PATCH] Bump github.com/webx-top/com from 0.9.5 to 0.9.6 Bumps [github.com/webx-top/com](https://github.com/webx-top/com) from 0.9.5 to 0.9.6. - [Release notes](https://github.com/webx-top/com/releases) - [Commits](https://github.com/webx-top/com/compare/v0.9.5...v0.9.6) --- 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 ca0d3861..2466bb85 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.5 + github.com/webx-top/com v0.9.6 gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index db331fd1..feb47cf1 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.5 h1:pQeoOrTss1z2loUF+NB0Ef+gCX+vnPKzyPC+obuvxhA= -github.com/webx-top/com v0.9.5/go.mod h1:DDfATzu1w5+vD5XmG3YRTfLjaIqZWi/yeJ7HQEGsM2Q= +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/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=