chore(deps): bump github.com/go-git/go-git/v5 from 5.2.0 to 5.11.0 (#6101)

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
This commit is contained in:
hongzhouzi
2024-05-09 10:50:31 +08:00
committed by GitHub
parent 018caafaa0
commit 80cb9a6302
13 changed files with 63 additions and 105 deletions

View File

@@ -13,7 +13,7 @@ import (
"sync"
)
// Regexp is a wrapper around regexp.Regexp, where the underlying regexp will be
// Regexp is a wrapper around [regexp.Regexp], where the underlying regexp will be
// compiled the first time it is needed.
type Regexp struct {
str string