update: send user for slug change event
Some checks failed
Docker Build and Push / build-and-push-tags (push) Has been skipped
Docker Build and Push / build-and-push-branches (push) Successful in 4m20s
renovate / renovate (push) Failing after 53s

This commit is contained in:
2026-01-05 16:49:50 +07:00
parent 63cc475a47
commit ff9bdcdf0b
3 changed files with 7 additions and 4 deletions

4
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.3.0
git.fossy.my.id/bagas/tunnel-please-grpc v1.4.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
@@ -29,4 +29,4 @@ require (
golang.org/x/text v0.32.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
google.golang.org/protobuf v1.36.11 // indirect
)
)