From 1b9e2da3b3c438d8dc53d3489725dd5ba0022777 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 11 Jun 2026 04:46:27 -0400 Subject: feat: web client, get/drop updates and fixes --- go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 7bf3b11..efc3c82 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,7 @@ module thirdcollapse go 1.25.0 -require gopkg.in/yaml.v3 v3.0.1 // indirect +require ( + github.com/gorilla/websocket v1.5.3 + gopkg.in/yaml.v3 v3.0.1 +) -- cgit v1.2.3