chore(poller): add websocket dependency for remote access

This commit is contained in:
Jason Staack
2026-03-12 15:23:48 -05:00
parent c0304da2dd
commit 5f9410fa54
2 changed files with 3 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ require (
github.com/testcontainers/testcontainers-go/modules/postgres v0.40.0
github.com/testcontainers/testcontainers-go/modules/redis v0.40.0
golang.org/x/crypto v0.48.0
nhooyr.io/websocket v1.8.17
)
require (