From 48f98b3c34cba543bba7c8d7e1b8593826e6da24 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 19 Feb 2025 01:16:17 +0800 Subject: contrib/index: Remove erroneous go-git/v5 --- http_handle_repo_contrib_index.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/http_handle_repo_contrib_index.go b/http_handle_repo_contrib_index.go index 0c9481f..94a24b8 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 { -- cgit v1.2.3