feat: implement forwarder session termination
All checks were successful
Docker Build and Push / build-and-push-tags (push) Has been skipped
Docker Build and Push / build-and-push-branches (push) Successful in 6m3s
renovate / renovate (push) Successful in 35s

This commit is contained in:
2026-01-06 18:32:24 +07:00
parent ff9bdcdf0b
commit e86ddc3373
3 changed files with 124 additions and 2 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module git.fossy.my.id/bagas/tunnel-please-controller
go 1.25.5
require (
git.fossy.my.id/bagas/tunnel-please-grpc v1.4.0
git.fossy.my.id/bagas/tunnel-please-grpc v1.5.0
github.com/jackc/pgx/v5 v5.8.0
github.com/joho/godotenv v1.5.1
github.com/lestrrat-go/httprc/v3 v3.0.3