Skip to content

Commit

Permalink
chore: fix KB version (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
1aal authored Nov 21, 2023
1 parent 06c930f commit 365cf62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/StudioSol/set v1.0.0
github.com/apecloud/kubebench v0.0.0-20230807061913-16124b86637f
github.com/apecloud/kubeblocks v0.8.0-alpha.6
github.com/apecloud/kubeblocks v0.8.0-alpha.7
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
github.com/benbjohnson/clock v1.3.5
github.com/briandowns/spinner v1.23.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuW
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/apecloud/kubebench v0.0.0-20230807061913-16124b86637f h1:cQz3dMsNSlEBPl9WFxxAhPP+VAOmaWruQlEdaWwZeZY=
github.com/apecloud/kubebench v0.0.0-20230807061913-16124b86637f/go.mod h1:pk7XhTJO9+AVE0mGUGb0WfU8ME9o4s3nClyuWATMQAQ=
github.com/apecloud/kubeblocks v0.8.0-alpha.6 h1:0FlA1YSumIPiYnBlpmcDA+4kr3B+TlBMfeU3r40x6Sg=
github.com/apecloud/kubeblocks v0.8.0-alpha.6/go.mod h1:Yf0iGWRwfj3F6/Z9f6jGBhnhJeiKA9tTyjm4S+li7eo=
github.com/apecloud/kubeblocks v0.8.0-alpha.7 h1:I16DZR7b6Iet7wUaGqY1lNSsvdMBmCInwVx68LNDbz8=
github.com/apecloud/kubeblocks v0.8.0-alpha.7/go.mod h1:Yf0iGWRwfj3F6/Z9f6jGBhnhJeiKA9tTyjm4S+li7eo=
github.com/apparentlymart/go-textseg v1.0.0/go.mod h1:z96Txxhf3xSFMPmb5X/1W05FF/Nj9VFpLOpjS5yuumk=
github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
Expand Down

0 comments on commit 365cf62

Please sign in to comment.