From 2d8ed5e274b39946baa9130d95cfb99641e8ba5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ximo=20Cuadros?= Date: Fri, 27 Mar 2020 08:00:13 +0100 Subject: *: update go-git import --- pkg/commands/git.go | 2 +- pkg/commands/git_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg') diff --git a/pkg/commands/git.go b/pkg/commands/git.go index 8c76ddf48..6188de86d 100644 --- a/pkg/commands/git.go +++ b/pkg/commands/git.go @@ -15,12 +15,12 @@ import ( "github.com/go-errors/errors" + gogit "github.com/go-git/go-git/v5" "github.com/jesseduffield/lazygit/pkg/config" "github.com/jesseduffield/lazygit/pkg/i18n" "github.com/jesseduffield/lazygit/pkg/utils" "github.com/sirupsen/logrus" gitconfig "github.com/tcnksm/go-gitconfig" - gogit "gopkg.in/src-d/go-git.v4" ) // this takes something like: diff --git a/pkg/commands/git_test.go b/pkg/commands/git_test.go index 249d104e2..2fc9f1ffb 100644 --- a/pkg/commands/git_test.go +++ b/pkg/commands/git_test.go @@ -10,10 +10,10 @@ import ( "time" "github.com/go-errors/errors" + gogit "github.com/go-git/go-git/v5" "github.com/jesseduffield/lazygit/pkg/i18n" "github.com/jesseduffield/lazygit/pkg/test" "github.com/stretchr/testify/assert" - gogit "gopkg.in/src-d/go-git.v4" ) type fileInfoMock struct { -- cgit v1.2.3