From 8942290ed778986ba49346df26474f9f8be7fa51 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:19:39 +0000 Subject: [PATCH 1/2] Initial plan From 6098f78dc48cfdf75102d3e6135ef465414cb0f1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:21:18 +0000 Subject: [PATCH 2/2] Rename Go module to github.com/gogs/git-module/v2 and update GoDoc link Co-authored-by: unknwon <2946214+unknwon@users.noreply.github.com> --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4849e21f..726764d1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Git Module [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/gogs/git-module/Go?logo=github&style=for-the-badge)](https://github.com/gogs/git-module/actions?query=workflow%3AGo) -[![GoDoc](https://img.shields.io/badge/GoDoc-Reference-blue?style=for-the-badge&logo=go)](https://pkg.go.dev/github.com/gogs/git-module?tab=doc) +[![GoDoc](https://img.shields.io/badge/GoDoc-Reference-blue?style=for-the-badge&logo=go)](https://pkg.go.dev/github.com/gogs/git-module/v2?tab=doc) Package git-module is a Go module for Git access through shell commands. diff --git a/go.mod b/go.mod index de2137ae..5f4c9066 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/gogs/git-module +module github.com/gogs/git-module/v2 go 1.24.0