From 8341c97eb98d26aa8ad150a6bd79ce5d9d8354f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:50:50 +0000 Subject: [PATCH] chore(deps): bump github.com/shipengqi/golib from 0.2.26 to 0.2.27 Bumps [github.com/shipengqi/golib](https://github.com/shipengqi/golib) from 0.2.26 to 0.2.27. - [Release notes](https://github.com/shipengqi/golib/releases) - [Changelog](https://github.com/shipengqi/golib/blob/main/.goreleaser.yaml) - [Commits](https://github.com/shipengqi/golib/compare/v0.2.26...v0.2.27) --- updated-dependencies: - dependency-name: github.com/shipengqi/golib dependency-version: 0.2.27 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 dda3e37..b83066b 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/onsi/ginkgo/v2 v2.23.4 github.com/onsi/gomega v1.37.0 github.com/shipengqi/component-base v0.2.11 - github.com/shipengqi/golib v0.2.26 + github.com/shipengqi/golib v0.2.27 github.com/shipengqi/log v0.2.3 github.com/spf13/cobra v1.9.1 github.com/spf13/pflag v1.0.6 diff --git a/go.sum b/go.sum index a65beb8..0bf6ad9 100644 --- a/go.sum +++ b/go.sum @@ -106,8 +106,8 @@ github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUc github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/shipengqi/component-base v0.2.11 h1:oNCwa3FhFBGtKVJHSc3Tr+h9ERMX6JAVxkKToeIIh4M= github.com/shipengqi/component-base v0.2.11/go.mod h1:YJoIETZyVgILBSqiA7ze+WXgh8j/qz8WN+gpiTfnhc8= -github.com/shipengqi/golib v0.2.26 h1:+3KzNW7yOjGgjjE6SFDFjdYJr1o4klRJnI0U4odvtuc= -github.com/shipengqi/golib v0.2.26/go.mod h1:QXuIqEx1/3y1OhiKlirozAOO+DsB0lTmx6e7gIqGVB0= +github.com/shipengqi/golib v0.2.27 h1:X9Rq5XVaJZhVxiIj2N8Gfkwxhwa1G/u4uA+tWmMYVBY= +github.com/shipengqi/golib v0.2.27/go.mod h1:qFS6uEuKbQxVmcFpygC/PsMXphIjOx/51Y8xA2pL4QM= github.com/shipengqi/log v0.2.3 h1:dH1LEgFV1jkojNvVf2qdjcYrWIEQ7LsHPkPaeefsTcA= github.com/shipengqi/log v0.2.3/go.mod h1:YqXfNjg7aDR/KrXoU5KC3vCQ/YldJltQbyEwnlpJOb4= github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=