From cb2e28d086293a60a7d58b7a7a89f00a1d087b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 00:59:41 +0000 Subject: [PATCH] build(deps): bump github.com/goplus/cobra from 1.9.11 to 1.9.12 Bumps [github.com/goplus/cobra](https://github.com/goplus/cobra) from 1.9.11 to 1.9.12. - [Release notes](https://github.com/goplus/cobra/releases) - [Commits](https://github.com/goplus/cobra/compare/v1.9.11...v1.9.12) --- updated-dependencies: - dependency-name: github.com/goplus/cobra dependency-version: 1.9.12 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 af34ed05..a3934c2e 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.23 toolchain go1.24.1 require ( - github.com/goplus/cobra v1.9.11 //gop:class + github.com/goplus/cobra v1.9.12 //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 baecf4f2..04284421 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ 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.11 h1:ZimeEur2s/p+fSpgmby4kARH48YUdBOfYEWlDqMu+8s= -github.com/goplus/cobra v1.9.11/go.mod h1:p4LhfNJDKEpiGjGiNn0crUXL5dUPA5DX2ztYpEJR34E= +github.com/goplus/cobra v1.9.12 h1:0F9EdEbeGyITGz+mqoHoJ5KpUw97p1CkxV74IexHw5s= +github.com/goplus/cobra v1.9.12/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=