chore: replace with code.gitea.io/bots-proto-go

This commit is contained in:
Jason Song
2022-11-22 12:10:24 +08:00
parent 52b32c37ad
commit ea1bc1b662
14 changed files with 24 additions and 24 deletions

View File

@@ -22,8 +22,8 @@ import (
bot_service "code.gitea.io/gitea/services/bots"
secret_service "code.gitea.io/gitea/services/secrets"
runnerv1 "gitea.com/gitea/proto-go/runner/v1"
"gitea.com/gitea/proto-go/runner/v1/runnerv1connect"
runnerv1 "code.gitea.io/bots-proto-go/runner/v1"
"code.gitea.io/bots-proto-go/runner/v1/runnerv1connect"
"github.com/bufbuild/connect-go"
gouuid "github.com/google/uuid"
"google.golang.org/grpc/codes"