[PR #194] [MERGED] Replaces the deprecated go-git import path with the new one. #1379

Closed
opened 2026-03-01 21:50:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/194
Author: @mcuadros
Created: 4/16/2020
Status: Merged
Merged: 4/16/2020
Merged by: @cplee

Base: masterHead: go-git


📝 Commits (1)

📊 Changes

4 files changed (+45 additions, -71 deletions)

View changed files

📝 go.mod (+4 -11)
📝 go.sum (+35 -55)
📝 pkg/common/git.go (+2 -2)
📝 pkg/container/docker_run.go (+4 -3)

📄 Description

Replaces the deprecated go-git import path with the new one.

go-git has recently moved to its own organization due to the reasons mentioned in: https://github.com/go-git/go-git/wiki/go-git-has-a-new-home!-v5-and-some-explanations.

Even if it's v5 in the URL it's completely backward compatible (the reason to change the major version was the import path change itself), so everything should work exactly as it did with v4.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/194 **Author:** [@mcuadros](https://github.com/mcuadros) **Created:** 4/16/2020 **Status:** ✅ Merged **Merged:** 4/16/2020 **Merged by:** [@cplee](https://github.com/cplee) **Base:** `master` ← **Head:** `go-git` --- ### 📝 Commits (1) - [`d2e3575`](https://github.com/nektos/act/commit/d2e3575653479623145d9985b7ed25d11b5d4234) *: update go-git import ### 📊 Changes **4 files changed** (+45 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+4 -11) 📝 `go.sum` (+35 -55) 📝 `pkg/common/git.go` (+2 -2) 📝 `pkg/container/docker_run.go` (+4 -3) </details> ### 📄 Description Replaces the deprecated go-git import path with the new one. go-git has recently moved to its own organization due to the reasons mentioned in: https://github.com/go-git/go-git/wiki/go-git-has-a-new-home!-v5-and-some-explanations. Even if it's v5 in the URL it's completely backward compatible (the reason to change the major version was the import path change itself), so everything should work exactly as it did with v4. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:50:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1379
No description provided.