Skip to content

Commit 4787f0e

Browse files
author
R0n0066
committed
fix (dependencies): Fix github dependency
1 parent c33bdc7 commit 4787f0e

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

Gopkg.lock

Lines changed: 15 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/utils.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ import (
3232
"github.com/manifoldco/promptui"
3333
"github.com/spf13/viper"
3434
gitconfig "github.com/tcnksm/go-gitconfig"
35-
// "github.com/tcnksm/go-gitconfig"
36-
"gopkg.in/src-d/go-git.v4"
35+
git "gopkg.in/src-d/go-git.v4"
3736
"gopkg.in/src-d/go-git.v4/plumbing/object"
3837
)
3938

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
package main
2222

23-
import "walmart.com/cfm/cmd"
23+
import "github.com/walmartdigital/commit-message-formatter/cmd"
2424

2525
func main() {
2626
cmd.Execute()

0 commit comments

Comments
 (0)