diff --git a/Makefile b/Makefile index a2e05852..e0449d4d 100644 --- a/Makefile +++ b/Makefile @@ -109,9 +109,9 @@ pre-commit: fmt .PHONY: install-protobuf-plugins install-protobuf-plugins: - @go install github.com/bufbuild/buf/cmd/buf@v1.11.0 - @go install github.com/bufbuild/buf/cmd/protoc-gen-buf-breaking@v1.11.0 - @go install github.com/bufbuild/buf/cmd/protoc-gen-buf-lint@v1.11.0 + @go install github.com/bufbuild/buf/cmd/buf@v1.15.1 + @go install github.com/bufbuild/buf/cmd/protoc-gen-buf-breaking@v1.15.1 + @go install github.com/bufbuild/buf/cmd/protoc-gen-buf-lint@v1.15.1 @go install google.golang.org/protobuf/cmd/protoc-gen-go@latest @go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest diff --git a/auto/rpc/v1/auth.pb.go b/auto/rpc/v1/auth.pb.go index ab5109a6..e225ce74 100644 --- a/auto/rpc/v1/auth.pb.go +++ b/auto/rpc/v1/auth.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.28.1 +// protoc-gen-go v1.30.0 // protoc (unknown) // source: v1/auth.proto diff --git a/auto/rpc/v1/auth_grpc.pb.go b/auto/rpc/v1/auth_grpc.pb.go index 64fdc1d1..cf6f4a97 100644 --- a/auto/rpc/v1/auth_grpc.pb.go +++ b/auto/rpc/v1/auth_grpc.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: -// - protoc-gen-go-grpc v1.2.0 +// - protoc-gen-go-grpc v1.3.0 // - protoc (unknown) // source: v1/auth.proto @@ -18,6 +18,12 @@ import ( // Requires gRPC-Go v1.32.0 or later. const _ = grpc.SupportPackageIsVersion7 +const ( + Authenticate_PreLogin_FullMethodName = "/auth.Authenticate/preLogin" + Authenticate_Login_FullMethodName = "/auth.Authenticate/login" + Authenticate_Logout_FullMethodName = "/auth.Authenticate/logout" +) + // AuthenticateClient is the client API for Authenticate service. // // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream. @@ -37,7 +43,7 @@ func NewAuthenticateClient(cc grpc.ClientConnInterface) AuthenticateClient { func (c *authenticateClient) PreLogin(ctx context.Context, in *User, opts ...grpc.CallOption) (*ActionReply, error) { out := new(ActionReply) - err := c.cc.Invoke(ctx, "/auth.Authenticate/preLogin", in, out, opts...) + err := c.cc.Invoke(ctx, Authenticate_PreLogin_FullMethodName, in, out, opts...) if err != nil { return nil, err } @@ -46,7 +52,7 @@ func (c *authenticateClient) PreLogin(ctx context.Context, in *User, opts ...grp func (c *authenticateClient) Login(ctx context.Context, in *User, opts ...grpc.CallOption) (*LoginReply, error) { out := new(LoginReply) - err := c.cc.Invoke(ctx, "/auth.Authenticate/login", in, out, opts...) + err := c.cc.Invoke(ctx, Authenticate_Login_FullMethodName, in, out, opts...) if err != nil { return nil, err } @@ -55,7 +61,7 @@ func (c *authenticateClient) Login(ctx context.Context, in *User, opts ...grpc.C func (c *authenticateClient) Logout(ctx context.Context, in *User, opts ...grpc.CallOption) (*ActionReply, error) { out := new(ActionReply) - err := c.cc.Invoke(ctx, "/auth.Authenticate/logout", in, out, opts...) + err := c.cc.Invoke(ctx, Authenticate_Logout_FullMethodName, in, out, opts...) if err != nil { return nil, err } @@ -108,7 +114,7 @@ func _Authenticate_PreLogin_Handler(srv interface{}, ctx context.Context, dec fu } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/auth.Authenticate/preLogin", + FullMethod: Authenticate_PreLogin_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(AuthenticateServer).PreLogin(ctx, req.(*User)) @@ -126,7 +132,7 @@ func _Authenticate_Login_Handler(srv interface{}, ctx context.Context, dec func( } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/auth.Authenticate/login", + FullMethod: Authenticate_Login_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(AuthenticateServer).Login(ctx, req.(*User)) @@ -144,7 +150,7 @@ func _Authenticate_Logout_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/auth.Authenticate/logout", + FullMethod: Authenticate_Logout_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(AuthenticateServer).Logout(ctx, req.(*User)) diff --git a/proto/buf.lock b/proto/buf.lock index 19abf63f..c9cad480 100644 --- a/proto/buf.lock +++ b/proto/buf.lock @@ -4,4 +4,4 @@ deps: - remote: buf.build owner: googleapis repository: googleapis - commit: 75b4300737fb4efca0831636be94e517 + commit: c0ec788bbbb747fca594a1e2347edd4e