Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
pieceowater committed Nov 30, 2024
1 parent 07f0498 commit fc91a75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/gin-gonic/gin v1.10.0
github.com/joho/godotenv v1.5.1
github.com/pieceowater-dev/lotof.lib.gossiper/v2 v2.0.3
github.com/pieceowater-dev/lotof.sample.proto v0.0.9
github.com/pieceowater-dev/lotof.sample.proto v0.0.12
google.golang.org/grpc v1.68.0
google.golang.org/protobuf v1.35.2
gorm.io/gorm v1.25.12
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ github.com/pieceowater-dev/lotof.lib.gossiper/v2 v2.0.3 h1:YqSOy95Tzw80/MFCRmJwh
github.com/pieceowater-dev/lotof.lib.gossiper/v2 v2.0.3/go.mod h1:m/C+3z+Y2n9FPnakJl7jOl/4T1KfrE2/OhSslRKAGGc=
github.com/pieceowater-dev/lotof.sample.proto v0.0.9 h1:CqxHt/G13JIg8q7GXvENafziGYwi2djyqyqEx/ljqhc=
github.com/pieceowater-dev/lotof.sample.proto v0.0.9/go.mod h1:6D8aylFm0gbotbcMCqwP8IRMAnZDs5nOg8YM9TbiX6U=
github.com/pieceowater-dev/lotof.sample.proto v0.0.12 h1:1Tca3sIVmN+YuA8S3oxXKYESJ9/OH3aY0u3T5ZuaqPo=
github.com/pieceowater-dev/lotof.sample.proto v0.0.12/go.mod h1:6D8aylFm0gbotbcMCqwP8IRMAnZDs5nOg8YM9TbiX6U=
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8/go.mod h1:HKlIX3XHQyzLZPlr7++PzdhaXEj94dEiJgZDTsxEqUI=
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ=
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c/go.mod h1:7rwL4CYBLnjLxUqIJNnCWiEdr3bn6IUYi15bNlnbCCU=
Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (r *Router) Init(grpcServer *grpc.Server) {
// InitGRPC initializes gRPC routes
func (r *Router) InitGRPC(grpcServer *grpc.Server) {
// Register gRPC services
// pb.RegisterUserServiceServer(grpcServer, r.userModule.Controller)
pb.RegisterTodoServiceServer(grpcServer, r.todoModule.Controller)
}

// InitREST initializes REST routes using Gin
Expand Down

0 comments on commit fc91a75

Please sign in to comment.