Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade buf plugins #19

Merged
merged 1 commit into from
Dec 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -5,10 +5,10 @@ version: v1
# default: github.com/kusionstack/kridge/api/gen
plugins:
# Remote plugins
- plugin: buf.build/protocolbuffers/go
- plugin: buf.build/protocolbuffers/go:v1.32.0
out: .
opt: paths=source_relative
- plugin: buf.build/connectrpc/go
- plugin: buf.build/connectrpc/go:v1.14.0
out: .
opt: paths=source_relative
# Local plugins:
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ module github.com/KusionStack/controller-mesh
go 1.20

require (
connectrpc.com/connect v1.11.1
connectrpc.com/connect v1.14.0
github.com/go-logr/zapr v1.2.3
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.24.1
@@ -15,7 +15,7 @@ require (
golang.org/x/time v0.3.0
gomodules.xyz/jsonpatch/v2 v2.2.0
google.golang.org/grpc v1.49.0
google.golang.org/protobuf v1.31.0
google.golang.org/protobuf v1.32.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
k8s.io/api v0.26.1
k8s.io/apimachinery v0.26.1
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -31,8 +31,8 @@ cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0Zeo
cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk=
cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs=
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
connectrpc.com/connect v1.11.1 h1:dqRwblixqkVh+OFBOOL1yIf1jS/yP0MSJLijRj29bFg=
connectrpc.com/connect v1.11.1/go.mod h1:3AGaO6RRGMx5IKFfqbe3hvK1NqLosFNP2BxDYTPmNPo=
connectrpc.com/connect v1.14.0 h1:PDS+J7uoz5Oui2VEOMcfz6Qft7opQM9hPiKvtGC01pA=
connectrpc.com/connect v1.14.0/go.mod h1:uoAq5bmhhn43TwhaKdGKN/bZcGtzPW1v+ngDTn5u+8s=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
@@ -725,8 +725,8 @@ google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp0
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.32.0 h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I=
google.golang.org/protobuf v1.32.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
2 changes: 1 addition & 1 deletion pkg/apis/ctrlmesh/proto/ctrlmesh.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions pkg/apis/ctrlmesh/proto/protoconnect/ctrlmesh.connect.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions pkg/apis/ctrlmesh/proto/protoconnect/throttling.connect.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/apis/ctrlmesh/proto/throttling.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/connectrpc.com/connect/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 15 additions & 2 deletions vendor/connectrpc.com/connect/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/connectrpc.com/connect/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions vendor/connectrpc.com/connect/MAINTAINERS.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 33 additions & 9 deletions vendor/connectrpc.com/connect/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions vendor/connectrpc.com/connect/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/connectrpc.com/connect/SECURITY.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/connectrpc.com/connect/buffer_pool.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 17 additions & 5 deletions vendor/connectrpc.com/connect/client.go
22 changes: 16 additions & 6 deletions vendor/connectrpc.com/connect/client_stream.go
2 changes: 1 addition & 1 deletion vendor/connectrpc.com/connect/code.go
14 changes: 11 additions & 3 deletions vendor/connectrpc.com/connect/codec.go
12 changes: 10 additions & 2 deletions vendor/connectrpc.com/connect/compression.go
26 changes: 18 additions & 8 deletions vendor/connectrpc.com/connect/connect.go
164 changes: 102 additions & 62 deletions vendor/connectrpc.com/connect/duplex_http_call.go
205 changes: 130 additions & 75 deletions vendor/connectrpc.com/connect/envelope.go
21 changes: 16 additions & 5 deletions vendor/connectrpc.com/connect/error.go
82 changes: 57 additions & 25 deletions vendor/connectrpc.com/connect/error_writer.go
58 changes: 42 additions & 16 deletions vendor/connectrpc.com/connect/handler.go
19 changes: 14 additions & 5 deletions vendor/connectrpc.com/connect/handler_stream.go
2 changes: 1 addition & 1 deletion vendor/connectrpc.com/connect/header.go
2 changes: 1 addition & 1 deletion vendor/connectrpc.com/connect/idempotency_level.go
2 changes: 1 addition & 1 deletion vendor/connectrpc.com/connect/interceptor.go
65 changes: 64 additions & 1 deletion vendor/connectrpc.com/connect/option.go
2 changes: 1 addition & 1 deletion vendor/connectrpc.com/connect/protobuf_util.go
12 changes: 7 additions & 5 deletions vendor/connectrpc.com/connect/protocol.go
54 changes: 31 additions & 23 deletions vendor/connectrpc.com/connect/protocol_connect.go
250 changes: 150 additions & 100 deletions vendor/connectrpc.com/connect/protocol_grpc.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/connectrpc.com/connect/recover.go
26 changes: 13 additions & 13 deletions vendor/google.golang.org/protobuf/compiler/protogen/protogen.go
38 changes: 29 additions & 9 deletions vendor/google.golang.org/protobuf/encoding/protojson/decode.go
39 changes: 34 additions & 5 deletions vendor/google.golang.org/protobuf/encoding/protojson/encode.go
28 changes: 14 additions & 14 deletions vendor/google.golang.org/protobuf/encoding/protowire/wire.go
183 changes: 139 additions & 44 deletions vendor/google.golang.org/protobuf/internal/descfmt/stringer.go
47 changes: 46 additions & 1 deletion vendor/google.golang.org/protobuf/internal/filedesc/desc.go
Loading