Skip to content

Commit 14eaefa

Browse files
chore(deps): bump github.com/shipengqi/component-base (#80)
Bumps [github.com/shipengqi/component-base](https://github.com/shipengqi/component-base) from 0.2.9 to 0.2.10. - [Release notes](https://github.com/shipengqi/component-base/releases) - [Changelog](https://github.com/shipengqi/component-base/blob/main/.goreleaser.yaml) - [Commits](shipengqi/component-base@v0.2.9...v0.2.10) --- updated-dependencies: - dependency-name: github.com/shipengqi/component-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8bccd4b commit 14eaefa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/mitchellh/mapstructure v1.5.0
88
github.com/onsi/ginkgo/v2 v2.19.0
99
github.com/onsi/gomega v1.33.1
10-
github.com/shipengqi/component-base v0.2.9
10+
github.com/shipengqi/component-base v0.2.10
1111
github.com/shipengqi/golib v0.2.14
1212
github.com/shipengqi/log v0.2.2
1313
github.com/spf13/cobra v1.8.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJ
8888
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
8989
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
9090
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
91-
github.com/shipengqi/component-base v0.2.9 h1:4XRB6PzTRgqKkkxkJwnpK8YOqDHRzXviyyis67YBhgE=
92-
github.com/shipengqi/component-base v0.2.9/go.mod h1:LfbMJtgUW7nNPwmVIi5wJMif/066edkcIJtkDDJgEQQ=
91+
github.com/shipengqi/component-base v0.2.10 h1:r/oQeFw/rD1ekk5o6Jb95Ff0FpKSIiZtDtHky1z05eE=
92+
github.com/shipengqi/component-base v0.2.10/go.mod h1:LfbMJtgUW7nNPwmVIi5wJMif/066edkcIJtkDDJgEQQ=
9393
github.com/shipengqi/golib v0.2.14 h1:XOMvaXa6EidldYBYndlC1PhWHSS1LLk+P/zws338/JE=
9494
github.com/shipengqi/golib v0.2.14/go.mod h1:dwpllsqMwCd18ZZHZwpwO1UCNp4vYOQjKCY37VN+qY8=
9595
github.com/shipengqi/log v0.2.2 h1:+JvLIb3Xycl3/XJFVZn+ZzbJF7HeUBhdNvOdUoFHHS0=

0 commit comments

Comments
 (0)