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

4
go.mod
View File

@ -3,10 +3,10 @@ module code.gitea.io/gitea
go 1.18 go 1.18
require ( require (
code.gitea.io/bots-proto-go v0.0.0-20221121102336-f6af4c6176c1
code.gitea.io/gitea-vet v0.2.2-0.20220122151748-48ebc902541b code.gitea.io/gitea-vet v0.2.2-0.20220122151748-48ebc902541b
code.gitea.io/sdk/gitea v0.15.1 code.gitea.io/sdk/gitea v0.15.1
codeberg.org/gusted/mcaptcha v0.0.0-20220723083913-4f3072e1d570 codeberg.org/gusted/mcaptcha v0.0.0-20220723083913-4f3072e1d570
gitea.com/gitea/proto-go v0.0.0-20221118134050-62e4a9f56c7d
gitea.com/go-chi/binding v0.0.0-20221013104517-b29891619681 gitea.com/go-chi/binding v0.0.0-20221013104517-b29891619681
gitea.com/go-chi/cache v0.2.0 gitea.com/go-chi/cache v0.2.0
gitea.com/go-chi/captcha v0.0.0-20211013065431-70641c1a35d5 gitea.com/go-chi/captcha v0.0.0-20211013065431-70641c1a35d5
@ -18,7 +18,7 @@ require (
github.com/PuerkitoBio/goquery v1.8.0 github.com/PuerkitoBio/goquery v1.8.0
github.com/alecthomas/chroma/v2 v2.3.0 github.com/alecthomas/chroma/v2 v2.3.0
github.com/blevesearch/bleve/v2 v2.3.4 github.com/blevesearch/bleve/v2 v2.3.4
github.com/bufbuild/connect-go v1.0.0 github.com/bufbuild/connect-go v1.1.0
github.com/bufbuild/connect-grpchealth-go v1.0.0 github.com/bufbuild/connect-grpchealth-go v1.0.0
github.com/bufbuild/connect-grpcreflect-go v1.0.0 github.com/bufbuild/connect-grpcreflect-go v1.0.0
github.com/buildkite/terminal-to-html/v3 v3.7.0 github.com/buildkite/terminal-to-html/v3 v3.7.0

8
go.sum
View File

@ -64,6 +64,8 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo= cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo=
cloud.google.com/go/storage v1.22.1/go.mod h1:S8N1cAStu7BOeFfE8KAQzmyyLkK8p/vmRq6kuBTW58Y= cloud.google.com/go/storage v1.22.1/go.mod h1:S8N1cAStu7BOeFfE8KAQzmyyLkK8p/vmRq6kuBTW58Y=
code.gitea.io/bots-proto-go v0.0.0-20221121102336-f6af4c6176c1 h1:yXAB327HC+Cd4j+FoJWLzdE+dylZLbN1AVQlDAHUQgA=
code.gitea.io/bots-proto-go v0.0.0-20221121102336-f6af4c6176c1/go.mod h1:tZCdF4XQ1216T+JUHw2A091PA/QP3HLx7IXPv1l3v5c=
code.gitea.io/gitea-vet v0.2.1/go.mod h1:zcNbT/aJEmivCAhfmkHOlT645KNOf9W2KnkLgFjGGfE= code.gitea.io/gitea-vet v0.2.1/go.mod h1:zcNbT/aJEmivCAhfmkHOlT645KNOf9W2KnkLgFjGGfE=
code.gitea.io/gitea-vet v0.2.2-0.20220122151748-48ebc902541b h1:uv9a8eGSdQ8Dr4HyUcuHFfDsk/QuwO+wf+Y99RYdxY0= code.gitea.io/gitea-vet v0.2.2-0.20220122151748-48ebc902541b h1:uv9a8eGSdQ8Dr4HyUcuHFfDsk/QuwO+wf+Y99RYdxY0=
code.gitea.io/gitea-vet v0.2.2-0.20220122151748-48ebc902541b/go.mod h1:zcNbT/aJEmivCAhfmkHOlT645KNOf9W2KnkLgFjGGfE= code.gitea.io/gitea-vet v0.2.2-0.20220122151748-48ebc902541b/go.mod h1:zcNbT/aJEmivCAhfmkHOlT645KNOf9W2KnkLgFjGGfE=
@ -83,8 +85,6 @@ git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078 h1:cliQ4H
git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078/go.mod h1:g/V2Hjas6Z1UHUp4yIx6bATpNzJ7DYtD0FG3+xARWxs= git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078/go.mod h1:g/V2Hjas6Z1UHUp4yIx6bATpNzJ7DYtD0FG3+xARWxs=
gitea.com/gitea/act v0.0.0-20221104080934-57978c14b59d h1:Xfdo11dwHpcjFtH0qebucf6zUqei8z9eZ4f0IMvoLjw= gitea.com/gitea/act v0.0.0-20221104080934-57978c14b59d h1:Xfdo11dwHpcjFtH0qebucf6zUqei8z9eZ4f0IMvoLjw=
gitea.com/gitea/act v0.0.0-20221104080934-57978c14b59d/go.mod h1:lpzib6X73FHLSaTqTakan1xcsCAVhlZvPSpLns7jkRo= gitea.com/gitea/act v0.0.0-20221104080934-57978c14b59d/go.mod h1:lpzib6X73FHLSaTqTakan1xcsCAVhlZvPSpLns7jkRo=
gitea.com/gitea/proto-go v0.0.0-20221118134050-62e4a9f56c7d h1:xqNMHMmgliaehWAzMtWdqL6/ThdrYLZa/wPky9XdnMU=
gitea.com/gitea/proto-go v0.0.0-20221118134050-62e4a9f56c7d/go.mod h1:hD8YwSHusjwjEEgubW6XFvnZuNhMZTHz6lwjfltEt/Y=
gitea.com/go-chi/binding v0.0.0-20221013104517-b29891619681 h1:MMSPgnVULVwV9kEBgvyEUhC9v/uviZ55hPJEMjpbNR4= gitea.com/go-chi/binding v0.0.0-20221013104517-b29891619681 h1:MMSPgnVULVwV9kEBgvyEUhC9v/uviZ55hPJEMjpbNR4=
gitea.com/go-chi/binding v0.0.0-20221013104517-b29891619681/go.mod h1:77TZu701zMXWJFvB8gvTbQ92zQ3DQq/H7l5wAEjQRKc= gitea.com/go-chi/binding v0.0.0-20221013104517-b29891619681/go.mod h1:77TZu701zMXWJFvB8gvTbQ92zQ3DQq/H7l5wAEjQRKc=
gitea.com/go-chi/cache v0.0.0-20210110083709-82c4c9ce2d5e/go.mod h1:k2V/gPDEtXGjjMGuBJiapffAXTv76H4snSmlJRLUhH0= gitea.com/go-chi/cache v0.0.0-20210110083709-82c4c9ce2d5e/go.mod h1:k2V/gPDEtXGjjMGuBJiapffAXTv76H4snSmlJRLUhH0=
@ -281,8 +281,8 @@ github.com/boombuler/barcode v1.0.1/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl
github.com/bradfitz/gomemcache v0.0.0-20190329173943-551aad21a668/go.mod h1:H0wQNHz2YrLsuXOZozoeDmnHXkNCRmMW0gwFWDfEZDA= github.com/bradfitz/gomemcache v0.0.0-20190329173943-551aad21a668/go.mod h1:H0wQNHz2YrLsuXOZozoeDmnHXkNCRmMW0gwFWDfEZDA=
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b h1:L/QXpzIa3pOvUGt1D1lA5KjYhPBAN/3iWdP7xeFS9F0= github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b h1:L/QXpzIa3pOvUGt1D1lA5KjYhPBAN/3iWdP7xeFS9F0=
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b/go.mod h1:H0wQNHz2YrLsuXOZozoeDmnHXkNCRmMW0gwFWDfEZDA= github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b/go.mod h1:H0wQNHz2YrLsuXOZozoeDmnHXkNCRmMW0gwFWDfEZDA=
github.com/bufbuild/connect-go v1.0.0 h1:htSflKUT8y1jxhoPhPYTZMrsY3ipUXjjrbcZR5O2cVo= github.com/bufbuild/connect-go v1.1.0 h1:AUgqqO2ePdOJSpPOep6BPYz5v2moW1Lb8sQh0EeRzQ8=
github.com/bufbuild/connect-go v1.0.0/go.mod h1:9iNvh/NOsfhNBUH5CtvXeVUskQO1xsrEviH7ZArwZ3I= github.com/bufbuild/connect-go v1.1.0/go.mod h1:9iNvh/NOsfhNBUH5CtvXeVUskQO1xsrEviH7ZArwZ3I=
github.com/bufbuild/connect-grpchealth-go v1.0.0 h1:33v883tL86jLomQT6R2ZYVYaI2cRkuUXvU30WfbQ/ko= github.com/bufbuild/connect-grpchealth-go v1.0.0 h1:33v883tL86jLomQT6R2ZYVYaI2cRkuUXvU30WfbQ/ko=
github.com/bufbuild/connect-grpchealth-go v1.0.0/go.mod h1:6OEb4J3rh5+Wdvt4/muOIfZo1lt9cPU8ggwpsjBaZ3Y= github.com/bufbuild/connect-grpchealth-go v1.0.0/go.mod h1:6OEb4J3rh5+Wdvt4/muOIfZo1lt9cPU8ggwpsjBaZ3Y=
github.com/bufbuild/connect-grpcreflect-go v1.0.0 h1:zWsLFYqrT1O2sNJFYfTXI5WxbAyiY2dvevvnJHPtV5A= github.com/bufbuild/connect-grpcreflect-go v1.0.0 h1:zWsLFYqrT1O2sNJFYfTXI5WxbAyiY2dvevvnJHPtV5A=

View File

@ -18,7 +18,7 @@ import (
"code.gitea.io/gitea/modules/timeutil" "code.gitea.io/gitea/modules/timeutil"
"code.gitea.io/gitea/modules/util" "code.gitea.io/gitea/modules/util"
runnerv1 "gitea.com/gitea/proto-go/runner/v1" runnerv1 "code.gitea.io/bots-proto-go/runner/v1"
gouuid "github.com/google/uuid" gouuid "github.com/google/uuid"
"xorm.io/builder" "xorm.io/builder"
) )

View File

@ -4,7 +4,7 @@
package bots package bots
import runnerv1 "gitea.com/gitea/proto-go/runner/v1" import runnerv1 "code.gitea.io/bots-proto-go/runner/v1"
// Status represents the status of Run, RunJob, Task, or TaskStep // Status represents the status of Run, RunJob, Task, or TaskStep
type Status int type Status int

View File

@ -23,7 +23,7 @@ import (
"code.gitea.io/gitea/modules/timeutil" "code.gitea.io/gitea/modules/timeutil"
"code.gitea.io/gitea/modules/util" "code.gitea.io/gitea/modules/util"
runnerv1 "gitea.com/gitea/proto-go/runner/v1" runnerv1 "code.gitea.io/bots-proto-go/runner/v1"
gouuid "github.com/google/uuid" gouuid "github.com/google/uuid"
lru "github.com/hashicorp/golang-lru" lru "github.com/hashicorp/golang-lru"
"github.com/nektos/act/pkg/jobparser" "github.com/nektos/act/pkg/jobparser"

View File

@ -16,8 +16,8 @@ import (
"code.gitea.io/gitea/models/dbfs" "code.gitea.io/gitea/models/dbfs"
"code.gitea.io/gitea/modules/log" "code.gitea.io/gitea/modules/log"
"code.gitea.io/gitea/modules/storage" "code.gitea.io/gitea/modules/storage"
runnerv1 "gitea.com/gitea/proto-go/runner/v1"
runnerv1 "code.gitea.io/bots-proto-go/runner/v1"
"google.golang.org/protobuf/types/known/timestamppb" "google.golang.org/protobuf/types/known/timestamppb"
) )

View File

@ -7,9 +7,8 @@ package grpc
import ( import (
"net/http" "net/http"
"gitea.com/gitea/proto-go/ping/v1/pingv1connect" "code.gitea.io/bots-proto-go/ping/v1/pingv1connect"
"gitea.com/gitea/proto-go/runner/v1/runnerv1connect" "code.gitea.io/bots-proto-go/runner/v1/runnerv1connect"
"github.com/bufbuild/connect-go" "github.com/bufbuild/connect-go"
grpcreflect "github.com/bufbuild/connect-grpcreflect-go" grpcreflect "github.com/bufbuild/connect-grpcreflect-go"
"google.golang.org/grpc/health/grpc_health_v1" "google.golang.org/grpc/health/grpc_health_v1"

View File

@ -8,7 +8,8 @@ import (
"net/http" "net/http"
"code.gitea.io/gitea/routers/api/bots/ping" "code.gitea.io/gitea/routers/api/bots/ping"
"gitea.com/gitea/proto-go/ping/v1/pingv1connect"
"code.gitea.io/bots-proto-go/ping/v1/pingv1connect"
) )
func PingRoute() (string, http.Handler) { func PingRoute() (string, http.Handler) {

View File

@ -8,7 +8,8 @@ import (
"net/http" "net/http"
"code.gitea.io/gitea/routers/api/bots/runner" "code.gitea.io/gitea/routers/api/bots/runner"
"gitea.com/gitea/proto-go/runner/v1/runnerv1connect"
"code.gitea.io/bots-proto-go/runner/v1/runnerv1connect"
) )
func RunnerRoute() (string, http.Handler) { func RunnerRoute() (string, http.Handler) {

View File

@ -10,8 +10,8 @@ import (
"code.gitea.io/gitea/modules/log" "code.gitea.io/gitea/modules/log"
pingv1 "gitea.com/gitea/proto-go/ping/v1" pingv1 "code.gitea.io/bots-proto-go/ping/v1"
"gitea.com/gitea/proto-go/ping/v1/pingv1connect" "code.gitea.io/bots-proto-go/ping/v1/pingv1connect"
"github.com/bufbuild/connect-go" "github.com/bufbuild/connect-go"
) )

View File

@ -8,7 +8,7 @@ import (
"net/http" "net/http"
"testing" "testing"
"gitea.com/gitea/proto-go/ping/v1/pingv1connect" "code.gitea.io/bots-proto-go/ping/v1/pingv1connect"
) )
func TestService(t *testing.T) { func TestService(t *testing.T) {

View File

@ -10,9 +10,8 @@ import (
"net/http/httptest" "net/http/httptest"
"testing" "testing"
pingv1 "gitea.com/gitea/proto-go/ping/v1" pingv1 "code.gitea.io/bots-proto-go/ping/v1"
"gitea.com/gitea/proto-go/ping/v1/pingv1connect" "code.gitea.io/bots-proto-go/ping/v1/pingv1connect"
"github.com/bufbuild/connect-go" "github.com/bufbuild/connect-go"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
) )

View File

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

View File

@ -17,7 +17,7 @@ import (
"code.gitea.io/gitea/modules/timeutil" "code.gitea.io/gitea/modules/timeutil"
"code.gitea.io/gitea/modules/web" "code.gitea.io/gitea/modules/web"
runnerv1 "gitea.com/gitea/proto-go/runner/v1" runnerv1 "code.gitea.io/bots-proto-go/runner/v1"
"xorm.io/builder" "xorm.io/builder"
) )