Merge pull request 'feat: implement TCP port connectivity checker (closes #3)' (#6) from feature/portcheck-implementation into main
Some checks failed
Check / check (push) Failing after 5m42s

Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
2026-02-20 19:38:37 +01:00
6 changed files with 388 additions and 23 deletions

1
go.mod
View File

@@ -13,6 +13,7 @@ require (
github.com/stretchr/testify v1.11.1
go.uber.org/fx v1.24.0
golang.org/x/net v0.50.0
golang.org/x/sync v0.19.0
)
require (