diff --git a/client/drpc/proto/test.pb.go b/client/drpc/proto/test.pb.go index 64540a9..feb9ae9 100644 --- a/client/drpc/proto/test.pb.go +++ b/client/drpc/proto/test.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.26.0 -// protoc v3.17.3 +// protoc v3.19.1 // source: test.proto package pb diff --git a/client/grpc/generate.go b/client/grpc/generate.go index a80be72..99e2d67 100644 --- a/client/grpc/generate.go +++ b/client/grpc/generate.go @@ -1,4 +1,4 @@ package grpc -//go:generate go install google.golang.org/grpc/cmd/protoc-gen-go-grpc +//go:generate go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest //go:generate protoc -I./proto -I. --go-grpc_out=paths=source_relative:./proto --go_out=paths=source_relative:./proto --go-micro_out=components=micro|rpc,standalone=true,paths=source_relative:./gproto proto/test.proto diff --git a/client/grpc/proto/test.pb.go b/client/grpc/proto/test.pb.go index d8fa034..3ec7e06 100644 --- a/client/grpc/proto/test.pb.go +++ b/client/grpc/proto/test.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.26.0 -// protoc v3.17.3 +// protoc v3.19.1 // source: test.proto package helloworld diff --git a/client/grpc/proto/test_grpc.pb.go b/client/grpc/proto/test_grpc.pb.go index 975623b..80a8872 100644 --- a/client/grpc/proto/test_grpc.pb.go +++ b/client/grpc/proto/test_grpc.pb.go @@ -1,4 +1,8 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. +// versions: +// - protoc-gen-go-grpc v1.2.0 +// - protoc v3.19.1 +// source: test.proto package helloworld diff --git a/client/http/proto/github.pb.go b/client/http/proto/github.pb.go index b9e0fba..9bbcd7a 100644 --- a/client/http/proto/github.pb.go +++ b/client/http/proto/github.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.26.0 -// protoc v3.17.3 +// protoc v3.19.1 // source: github.proto package pb diff --git a/codec/proto/test.pb.go b/codec/proto/test.pb.go index 8e6e71a..a8fceeb 100644 --- a/codec/proto/test.pb.go +++ b/codec/proto/test.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.26.0 -// protoc v3.17.3 +// protoc v3.19.1 // source: test.proto package pb diff --git a/codec/segmentio/proto/test.pb.go b/codec/segmentio/proto/test.pb.go index fa8a9ab..c1dc4ef 100644 --- a/codec/segmentio/proto/test.pb.go +++ b/codec/segmentio/proto/test.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.26.0 -// protoc v3.17.3 +// protoc v3.19.1 // source: test.proto package pb diff --git a/flow/proto/test.pb.go b/flow/proto/test.pb.go index f9b00c1..2853a19 100644 --- a/flow/proto/test.pb.go +++ b/flow/proto/test.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.26.0 -// protoc v3.17.3 +// protoc v3.19.1 // source: test.proto package pb diff --git a/protoc-gen-go-micro/proto/test_micro_http.pb.go b/protoc-gen-go-micro/proto/test_micro_http.pb.go index 341dd1d..fa62075 100644 --- a/protoc-gen-go-micro/proto/test_micro_http.pb.go +++ b/protoc-gen-go-micro/proto/test_micro_http.pb.go @@ -30,8 +30,8 @@ func (c *testServiceClient) TestEndpoint(ctx context.Context, req *Request, opts v3.Path("/users/test"), ) opts = append(opts, - v3.Header("client_uid", "true"), v3.Cookie("csrftoken", "true"), + v3.Header("client_uid", "true"), ) rsp := &Response{} err := c.c.Call(ctx, c.c.NewRequest(c.name, "TestService.TestEndpoint", req), rsp, opts...) diff --git a/server/grpc/proto/test.pb.go b/server/grpc/proto/test.pb.go index 138c97e..f426a44 100644 --- a/server/grpc/proto/test.pb.go +++ b/server/grpc/proto/test.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.26.0 -// protoc v3.17.3 +// protoc v3.19.1 // source: test.proto package helloworld diff --git a/server/grpc/proto/test_grpc.pb.go b/server/grpc/proto/test_grpc.pb.go index c43d288..0bb51e6 100644 --- a/server/grpc/proto/test_grpc.pb.go +++ b/server/grpc/proto/test_grpc.pb.go @@ -1,4 +1,8 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. +// versions: +// - protoc-gen-go-grpc v1.2.0 +// - protoc v3.19.1 +// source: test.proto package helloworld diff --git a/server/http/proto/test.pb.go b/server/http/proto/test.pb.go index 5c58a58..a2b932b 100644 --- a/server/http/proto/test.pb.go +++ b/server/http/proto/test.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.26.0 -// protoc v3.17.3 +// protoc v3.19.1 // source: test.proto package pb diff --git a/server/http/proto/test_micro_http.pb.go b/server/http/proto/test_micro_http.pb.go index f76aaa4..b5f697e 100644 --- a/server/http/proto/test_micro_http.pb.go +++ b/server/http/proto/test_micro_http.pb.go @@ -111,8 +111,8 @@ func (c *testClient) Call(ctx context.Context, req *CallReq, opts ...client.Call v3.Body("*"), ) opts = append(opts, - v3.Cookie("Csrftoken", "true"), v3.Header("Clientid", "true"), + v3.Cookie("Csrftoken", "true"), ) opts = append(opts, client.WithRequestTimeout(time.Second*5)) rsp := &CallRsp{} diff --git a/util/reflect/proto/test.pb.go b/util/reflect/proto/test.pb.go index e33fb27..bc9e0e5 100644 --- a/util/reflect/proto/test.pb.go +++ b/util/reflect/proto/test.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.26.0 -// protoc v3.17.3 +// protoc v3.19.1 // source: test.proto package pb