We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1174fa1 commit e7cc25cCopy full SHA for e7cc25c
1 file changed
internal/git/git.go
@@ -9,8 +9,9 @@ import (
9
"sort"
10
"strings"
11
12
- "github.com/shopware/shopware-cli/logging"
13
"github.com/shyim/go-version"
+
14
+ "github.com/shopware/shopware-cli/logging"
15
)
16
17
type GitCommit struct {
0 commit comments