File tree Expand file tree Collapse file tree 15 files changed +37
-37
lines changed
Expand file tree Collapse file tree 15 files changed +37
-37
lines changed Original file line number Diff line number Diff line change 11package compare
22
33import (
4- "github.com/andrewb1269hg /git-semver/logger"
5- "github.com/andrewb1269hg /git-semver/semver"
4+ "github.com/PandasWhoCode /git-semver/logger"
5+ "github.com/PandasWhoCode /git-semver/semver"
66 "github.com/spf13/cobra"
77)
88
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ package latest
22
33import (
44 "fmt"
5- "github.com/andrewb1269hg /git-semver/cli/common_opts"
6- "github.com/andrewb1269hg /git-semver/latest"
7- "github.com/andrewb1269hg /git-semver/logger"
5+ "github.com/PandasWhoCode /git-semver/cli/common_opts"
6+ "github.com/PandasWhoCode /git-semver/latest"
7+ "github.com/PandasWhoCode /git-semver/logger"
88 "github.com/spf13/cobra"
99)
1010
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ package log
33import (
44 "encoding/json"
55 "fmt"
6- "github.com/andrewb1269hg /git-semver/cli/common_opts"
7- "github.com/andrewb1269hg /git-semver/conventional_commits"
8- "github.com/andrewb1269hg /git-semver/logger"
9- "github.com/andrewb1269hg /git-semver/semver"
10- "github.com/andrewb1269hg /git-semver/version_log"
6+ "github.com/PandasWhoCode /git-semver/cli/common_opts"
7+ "github.com/PandasWhoCode /git-semver/conventional_commits"
8+ "github.com/PandasWhoCode /git-semver/logger"
9+ "github.com/PandasWhoCode /git-semver/semver"
10+ "github.com/PandasWhoCode /git-semver/version_log"
1111 "github.com/spf13/cobra"
1212)
1313
Original file line number Diff line number Diff line change 11package main
22
33import (
4- "github.com/andrewb1269hg /git-semver/cli/common_opts"
5- "github.com/andrewb1269hg /git-semver/cli/compare"
6- "github.com/andrewb1269hg /git-semver/cli/latest"
7- "github.com/andrewb1269hg /git-semver/cli/log"
8- "github.com/andrewb1269hg /git-semver/cli/next"
9- "github.com/andrewb1269hg /git-semver/logger"
4+ "github.com/PandasWhoCode /git-semver/cli/common_opts"
5+ "github.com/PandasWhoCode /git-semver/cli/compare"
6+ "github.com/PandasWhoCode /git-semver/cli/latest"
7+ "github.com/PandasWhoCode /git-semver/cli/log"
8+ "github.com/PandasWhoCode /git-semver/cli/next"
9+ "github.com/PandasWhoCode /git-semver/logger"
1010 "github.com/spf13/cobra"
1111)
1212
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ package next
22
33import (
44 "fmt"
5- "github.com/andrewb1269hg /git-semver/cli/common_opts"
6- "github.com/andrewb1269hg /git-semver/logger"
7- "github.com/andrewb1269hg /git-semver/next"
8- "github.com/andrewb1269hg /git-semver/semver"
5+ "github.com/PandasWhoCode /git-semver/cli/common_opts"
6+ "github.com/PandasWhoCode /git-semver/logger"
7+ "github.com/PandasWhoCode /git-semver/next"
8+ "github.com/PandasWhoCode /git-semver/semver"
99 "github.com/spf13/cobra"
1010)
1111
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package conventional_commits
22
33import (
44 "github.com/pkg/errors"
5- "github.com/andrewb1269hg /git-semver/regex_utils"
5+ "github.com/PandasWhoCode /git-semver/regex_utils"
66 "regexp"
77 "strings"
88)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package git_utils
22
33import (
44 "github.com/go-git/go-git/v5"
5- "github.com/andrewb1269hg /git-semver/semver"
5+ "github.com/PandasWhoCode /git-semver/semver"
66 "io"
77)
88
Original file line number Diff line number Diff line change 44 "github.com/go-git/go-git/v5/plumbing"
55 "github.com/go-git/go-git/v5/plumbing/object"
66 "github.com/go-git/go-git/v5/plumbing/storer"
7- "github.com/andrewb1269hg /git-semver/logger"
7+ "github.com/PandasWhoCode /git-semver/logger"
88)
99
1010func RefToCommitHash (storer storer.EncodedObjectStorer , tagRef * plumbing.Reference ) plumbing.Hash {
Original file line number Diff line number Diff line change 1- module github.com/andrewb1269hg /git-semver
1+ module github.com/PandasWhoCode /git-semver
22
33require (
44 github.com/go-git/go-git/v5 v5.16.0
Original file line number Diff line number Diff line change 11package latest
22
33import (
4- "github.com/andrewb1269hg /git-semver/logger"
5- "github.com/andrewb1269hg /git-semver/semver"
4+ "github.com/PandasWhoCode /git-semver/logger"
5+ "github.com/PandasWhoCode /git-semver/semver"
66 "github.com/go-git/go-git/v5"
77 "github.com/go-git/go-git/v5/plumbing"
88 "github.com/pkg/errors"
You can’t perform that action at this time.
0 commit comments