1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-07 13:28:25 +00:00

refactor: rename to actions-proto-go

This commit is contained in:
Jason Song
2022-12-06 13:44:23 +08:00
parent 67c5c8868b
commit f2c7bbb0bc
14 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ import (
actions_service "code.gitea.io/gitea/services/actions"
secret_service "code.gitea.io/gitea/services/secrets"
runnerv1 "code.gitea.io/bots-proto-go/runner/v1"
"code.gitea.io/bots-proto-go/runner/v1/runnerv1connect"
runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
"code.gitea.io/actions-proto-go/runner/v1/runnerv1connect"
"github.com/bufbuild/connect-go"
gouuid "github.com/google/uuid"
"google.golang.org/grpc/codes"