feat: first

This commit is contained in:
2025-08-13 19:12:51 +02:00
commit fd2ba2e999
9 changed files with 358 additions and 0 deletions

19
go.mod Normal file
View File

@@ -0,0 +1,19 @@
module go-grpc-gateway-template
go 1.23.0
toolchain go1.23.1
require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822
google.golang.org/grpc v1.74.2
google.golang.org/protobuf v1.36.6
)
require (
golang.org/x/net v0.40.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.26.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
)