From 6e4252dad4d162fb582c012efecd29e9fdf5819c Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Sun, 6 Nov 2016 14:18:34 +0100 Subject: Replace gogits/git-module dependency with go-gitea/git (#94) * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed) --- routers/api/v1/convert/convert.go | 2 +- routers/api/v1/repo/file.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'routers/api/v1') diff --git a/routers/api/v1/convert/convert.go b/routers/api/v1/convert/convert.go index 49c1941a46..94a918be48 100644 --- a/routers/api/v1/convert/convert.go +++ b/routers/api/v1/convert/convert.go @@ -9,7 +9,7 @@ import ( "github.com/Unknwon/com" - "github.com/gogits/git-module" + "github.com/go-gitea/git" api "github.com/gogits/go-gogs-client" "github.com/go-gitea/gitea/models" diff --git a/routers/api/v1/repo/file.go b/routers/api/v1/repo/file.go index 0dabea8b96..fcf2e0573b 100644 --- a/routers/api/v1/repo/file.go +++ b/routers/api/v1/repo/file.go @@ -5,7 +5,7 @@ package repo import ( - "github.com/gogits/git-module" + "github.com/go-gitea/git" "github.com/go-gitea/gitea/models" "github.com/go-gitea/gitea/modules/context" -- cgit v1.2.3