From 27f6efbdecfe2fa7f5ca6521bd410c31ffa0de99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 00:59:40 +0000 Subject: [PATCH] build(deps): bump github.com/goplus/cobra from 1.9.9 to 1.9.11 Bumps [github.com/goplus/cobra](https://github.com/goplus/cobra) from 1.9.9 to 1.9.11. - [Release notes](https://github.com/goplus/cobra/releases) - [Commits](https://github.com/goplus/cobra/compare/v1.9.9...v1.9.11) --- updated-dependencies: - dependency-name: github.com/goplus/cobra dependency-version: 1.9.11 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 ebb4024c..5491dfe9 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ toolchain go1.24.1 require ( github.com/goccy/go-yaml v1.17.1 - github.com/goplus/cobra v1.9.9 //gop:class + github.com/goplus/cobra v1.9.11 //gop:class github.com/goplus/gogen v1.18.0 github.com/goplus/lib v0.2.0 github.com/goplus/llgo/runtime v0.0.0-00010101000000-000000000000 diff --git a/go.sum b/go.sum index 09697c8a..dca05e62 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/goccy/go-yaml v1.17.1 h1:LI34wktB2xEE3ONG/2Ar54+/HJVBriAGJ55PHls4YuY= github.com/goccy/go-yaml v1.17.1/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA= github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= -github.com/goplus/cobra v1.9.9 h1:jUculMMZ5zLSc5tt+8OvJVLzOwd4gaZ73OAnqXAQvf0= -github.com/goplus/cobra v1.9.9/go.mod h1:p4LhfNJDKEpiGjGiNn0crUXL5dUPA5DX2ztYpEJR34E= +github.com/goplus/cobra v1.9.11 h1:ZimeEur2s/p+fSpgmby4kARH48YUdBOfYEWlDqMu+8s= +github.com/goplus/cobra v1.9.11/go.mod h1:p4LhfNJDKEpiGjGiNn0crUXL5dUPA5DX2ztYpEJR34E= github.com/goplus/gogen v1.18.0 h1:B0PJE/4e8lfRDmrGJbElEB1weokD1vyOyyXb5eZdjfk= github.com/goplus/gogen v1.18.0/go.mod h1:owX2e1EyU5WD+Nm6oH2m/GXjLdlBYcwkLO4wN8HHXZI= github.com/goplus/lib v0.2.0 h1:AjqkN1XK5H23wZMMlpaUYAMCDAdSBQ2NMFrLtSh7W4g=