mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	migrate src-d/go-git -> go-git/go-git (#128)
Merge branch 'master' into vendor-migrate-go-git Merge branch 'master' into vendor-migrate-go-git migrate src-d/go-git -> go-git/go-git Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/128 Reviewed-by: techknowlogick <techknowlogick@gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		| @@ -8,8 +8,8 @@ import ( | ||||
| 	"fmt" | ||||
| 	"net/url" | ||||
|  | ||||
| 	"gopkg.in/src-d/go-git.v4" | ||||
| 	git_config "gopkg.in/src-d/go-git.v4/config" | ||||
| 	"github.com/go-git/go-git/v5" | ||||
| 	git_config "github.com/go-git/go-git/v5/config" | ||||
| ) | ||||
|  | ||||
| // GetRemote tries to match a Remote of the repo via the given URL. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 6543
					6543