added some experimental code using grpc

This commit is contained in:
2024-11-12 22:59:37 +09:00
commit f02536bf24
13 changed files with 1835 additions and 0 deletions

16
go.mod Normal file
View File

@ -0,0 +1,16 @@
module hodu
go 1.22.0
require (
github.com/google/uuid v1.6.0
google.golang.org/grpc v1.67.1
google.golang.org/protobuf v1.34.2
)
require (
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
)