summaryrefslogtreecommitdiffstatshomepage
path: root/api/http/git_file_handlers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/http/git_file_handlers_test.go')
-rw-r--r--api/http/git_file_handlers_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/http/git_file_handlers_test.go b/api/http/git_file_handlers_test.go
index 8319da32..830e035e 100644
--- a/api/http/git_file_handlers_test.go
+++ b/api/http/git_file_handlers_test.go
@@ -13,9 +13,9 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "github.com/MichaelMure/git-bug/api/auth"
- "github.com/MichaelMure/git-bug/cache"
- "github.com/MichaelMure/git-bug/repository"
+ "github.com/git-bug/git-bug/api/auth"
+ "github.com/git-bug/git-bug/cache"
+ "github.com/git-bug/git-bug/repository"
)
func TestGitFileHandlers(t *testing.T) {