Revert module path to code.gitea.io/actions-proto-go
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 <noreply@anthropic.com>
This commit is contained in:
parent
02070eddb5
commit
b093af7905
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
||||
module git.marketally.com/gitcaddy/actions-proto-go
|
||||
module code.gitea.io/actions-proto-go
|
||||
|
||||
go 1.19
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user