From b093af7905bf10c25736f468e4ea45cac0f09fe3 Mon Sep 17 00:00:00 2001 From: logikonline Date: Sat, 10 Jan 2026 05:13:07 -0500 Subject: [PATCH] Revert module path to code.gitea.io/actions-proto-go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keep original module path for compatibility with replace directives in downstream projects. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- go.mod | 2 +- ping/v1/pingv1connect/services.connect.go | 2 +- runner/v1/runnerv1connect/services.connect.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ab27299..50e43ab 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.marketally.com/gitcaddy/actions-proto-go +module code.gitea.io/actions-proto-go go 1.19 diff --git a/ping/v1/pingv1connect/services.connect.go b/ping/v1/pingv1connect/services.connect.go index f345441..84816b8 100644 --- a/ping/v1/pingv1connect/services.connect.go +++ b/ping/v1/pingv1connect/services.connect.go @@ -5,7 +5,7 @@ package pingv1connect import ( - v1 "git.marketally.com/gitcaddy/actions-proto-go/ping/v1" + v1 "code.gitea.io/actions-proto-go/ping/v1" connect "connectrpc.com/connect" context "context" errors "errors" diff --git a/runner/v1/runnerv1connect/services.connect.go b/runner/v1/runnerv1connect/services.connect.go index da886ce..3c3e86c 100644 --- a/runner/v1/runnerv1connect/services.connect.go +++ b/runner/v1/runnerv1connect/services.connect.go @@ -5,7 +5,7 @@ package runnerv1connect import ( - v1 "git.marketally.com/gitcaddy/actions-proto-go/runner/v1" + v1 "code.gitea.io/actions-proto-go/runner/v1" connect "connectrpc.com/connect" context "context" errors "errors"