mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-09 16:00:40 +00:00
fix: set go module name to be compatible with v2
This commit is contained in:
parent
48f7fc35f9
commit
c479f4a575
@ -8,7 +8,7 @@ import (
|
||||
"reflect"
|
||||
"strings"
|
||||
|
||||
"github.com/bvieira/sv4git/sv"
|
||||
"github.com/bvieira/sv4git/v2/sv"
|
||||
"github.com/imdario/mergo"
|
||||
"github.com/kelseyhightower/envconfig"
|
||||
"gopkg.in/yaml.v3"
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/bvieira/sv4git/sv"
|
||||
"github.com/bvieira/sv4git/v2/sv"
|
||||
)
|
||||
|
||||
func Test_merge(t *testing.T) {
|
||||
|
@ -11,7 +11,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/Masterminds/semver/v3"
|
||||
"github.com/bvieira/sv4git/sv"
|
||||
"github.com/bvieira/sv4git/v2/sv"
|
||||
"github.com/urfave/cli/v2"
|
||||
"gopkg.in/yaml.v3"
|
||||
)
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/bvieira/sv4git/sv"
|
||||
"github.com/bvieira/sv4git/v2/sv"
|
||||
"github.com/urfave/cli/v2"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user