Skip to content

Commit eddfd0b

Browse files
chore(deps): bump github.com/shipengqi/component-base (#56)
Bumps [github.com/shipengqi/component-base](https://github.com/shipengqi/component-base) from 0.2.8 to 0.2.9. - [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.8...v0.2.9) --- 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 44d586b commit eddfd0b

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
@@ -8,7 +8,7 @@ require (
88
github.com/charmbracelet/lipgloss v0.10.0
99
github.com/onsi/ginkgo/v2 v2.17.1
1010
github.com/onsi/gomega v1.32.0
11-
github.com/shipengqi/component-base v0.2.8
11+
github.com/shipengqi/component-base v0.2.9
1212
github.com/shipengqi/golib v0.2.12
1313
github.com/spf13/cobra v1.8.0
1414
github.com/spf13/pflag v1.0.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUc
7878
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
7979
github.com/sahilm/fuzzy v0.1.1-0.20230530133925-c48e322e2a8f h1:MvTmaQdww/z0Q4wrYjDSCcZ78NoftLQyHBSLW/Cx79Y=
8080
github.com/sahilm/fuzzy v0.1.1-0.20230530133925-c48e322e2a8f/go.mod h1:VFvziUEIMCrT6A6tw2RFIXPXXmzXbOsSHF0DOI8ZK9Y=
81-
github.com/shipengqi/component-base v0.2.8 h1:dqBAPSGShmI8nyVnZhVWFNJxMx/zh1rfDU18WQsgnrs=
82-
github.com/shipengqi/component-base v0.2.8/go.mod h1:0azx/7Jr7uYQ7ltfx0PUhyBwFVCf/YmCbqYTxJrSJbo=
81+
github.com/shipengqi/component-base v0.2.9 h1:4XRB6PzTRgqKkkxkJwnpK8YOqDHRzXviyyis67YBhgE=
82+
github.com/shipengqi/component-base v0.2.9/go.mod h1:LfbMJtgUW7nNPwmVIi5wJMif/066edkcIJtkDDJgEQQ=
8383
github.com/shipengqi/golib v0.2.12 h1:/0hrev7+J8KChxEvoVdS2kbGQT8VO4C4qFAhtn6ZI8o=
8484
github.com/shipengqi/golib v0.2.12/go.mod h1:PIezev9VXxmhjawpu3j1JgLSNKLMq5AB8gLouJ83mrw=
8585
github.com/spf13/cobra v1.8.0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=

0 commit comments

Comments
 (0)