This is an automated email from the ASF dual-hosted git repository.

zhouzixin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-mcp.git


The following commit(s) were added to refs/heads/main by this push:
     new b7f34e3  chore(deps): Updates github.com/spf13/cobra from 1.9.1 to 
1.10.1 (#16)
b7f34e3 is described below

commit b7f34e3c15a1ba4fab49d323d6732a254c68ffac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 2 11:07:45 2025 +0800

    chore(deps): Updates github.com/spf13/cobra from 1.9.1 to 1.10.1 (#16)
    
    Bumps the actions-deps group with 1 update: 
[github.com/spf13/cobra](https://github.com/spf13/cobra).
    
    
    Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](https://github.com/spf13/cobra/compare/v1.9.1...v1.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-version: 1.10.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions-deps
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 go.mod | 4 ++--
 go.sum | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/go.mod b/go.mod
index a962fd6..383c6fe 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ require (
        github.com/apache/skywalking-cli v0.0.0-20250604010708-77b4c49e89c9
        github.com/mark3labs/mcp-go v0.38.0
        github.com/sirupsen/logrus v1.9.3
-       github.com/spf13/cobra v1.9.1
+       github.com/spf13/cobra v1.10.1
        github.com/spf13/viper v1.20.1
        skywalking.apache.org/repo/goapi v0.0.0-20250520033135-e237d585745f
 )
@@ -27,7 +27,7 @@ require (
        github.com/sourcegraph/conc v0.3.0 // indirect
        github.com/spf13/afero v1.14.0 // indirect
        github.com/spf13/cast v1.9.1 // indirect
-       github.com/spf13/pflag v1.0.6 // indirect
+       github.com/spf13/pflag v1.0.9 // indirect
        github.com/subosito/gotenv v1.6.0 // indirect
        github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
        github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
diff --git a/go.sum b/go.sum
index 962e081..d46156c 100644
--- a/go.sum
+++ b/go.sum
@@ -54,10 +54,10 @@ github.com/spf13/afero v1.14.0 
h1:9tH6MapGnn/j0eb0yIXiLjERO8RB6xIVZRDCX7PtqWA=
 github.com/spf13/afero v1.14.0/go.mod 
h1:acJQ8t0ohCGuMN3O+Pv0V0hgMxNYDlvdk+VTfyZmbYo=
 github.com/spf13/cast v1.9.1 h1:LxnjuHJpEjFUlBvGDef9duW2jIfjfm9a2f4tCgyvsEw=
 github.com/spf13/cast v1.9.1/go.mod 
h1:jNfB8QC9IA6ZuY2ZjDp0KtFO2LZZlg4S/7bzP6qqeHo=
-github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
-github.com/spf13/cobra v1.9.1/go.mod 
h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
-github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
-github.com/spf13/pflag v1.0.6/go.mod 
h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
+github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
+github.com/spf13/cobra v1.10.1/go.mod 
h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
+github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
+github.com/spf13/pflag v1.0.9/go.mod 
h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
 github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4=
 github.com/spf13/viper v1.20.1/go.mod 
h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4=
 github.com/stretchr/objx v0.1.0/go.mod 
h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

Reply via email to