first commit

This commit is contained in:
2025-12-30 23:48:52 +07:00
commit 706340e0a9
6 changed files with 421 additions and 0 deletions

15
go.mod Normal file
View File

@@ -0,0 +1,15 @@
module git.fossy.my.id/bagas/tunnel-please-grpc
go 1.25.5
require (
google.golang.org/grpc v1.78.0
google.golang.org/protobuf v1.36.11
)
require (
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
)