From 48f98b3c34cba543bba7c8d7e1b8593826e6da24 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 19 Feb 2025 01:16:17 +0800 Subject: [PATCH] contrib/index: Remove erroneous go-git/v5 --- http_handle_repo_contrib_index.go | 2 -- diff --git a/http_handle_repo_contrib_index.go b/http_handle_repo_contrib_index.go index 0c9481f331a160ade0e9423b4d6b235f45592244..94a24b89003ccaca7f4579192219f808bac7c96a 100644 --- a/http_handle_repo_contrib_index.go +++ b/http_handle_repo_contrib_index.go @@ -2,8 +2,6 @@ package main import ( "net/http" - - "github.com/go-git/go-git/v5" ) type id_title_status_t struct { -- 2.48.1