diff options
Diffstat (limited to 'repository/repo_testing.go')
-rw-r--r-- | repository/repo_testing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repository/repo_testing.go b/repository/repo_testing.go index 3dd702f4..0bf93cee 100644 --- a/repository/repo_testing.go +++ b/repository/repo_testing.go @@ -8,7 +8,7 @@ import ( "github.com/ProtonMail/go-crypto/openpgp" "github.com/stretchr/testify/require" - "github.com/MichaelMure/git-bug/util/lamport" + "github.com/git-bug/git-bug/util/lamport" ) type RepoCreator func(t testing.TB, bare bool) TestedRepo |