chore(git): update to new git version go-git.v5

This commit is contained in:
Sebastian Beisch
2020-11-09 14:40:38 +01:00
parent 8ffc0804ec
commit ccfce5e135
5 changed files with 395 additions and 78 deletions

View File

@@ -3,17 +3,16 @@ package gitutil
import (
"fmt"
"sort"
"github.com/pkg/errors"
"sort"
"github.com/Masterminds/semver"
"github.com/Nightapes/go-semantic-release/internal/shared"
"github.com/go-git/go-git/v5"
"github.com/go-git/go-git/v5/plumbing"
"github.com/go-git/go-git/v5/plumbing/object"
"github.com/go-git/go-git/v5/plumbing/storer"
log "github.com/sirupsen/logrus"
"gopkg.in/src-d/go-git.v4"
"gopkg.in/src-d/go-git.v4/plumbing"
"gopkg.in/src-d/go-git.v4/plumbing/object"
"gopkg.in/src-d/go-git.v4/plumbing/storer"
)
// GitUtil struct