From b728235b6ceda36a98ecb85eb051352f1658fe11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 13 Sep 2022 21:44:20 +0200 Subject: xP: move to a WebSocket package with compression Compression happens to be broken in Safari, though luckily there are friendlier browsers one can use. --- xP/go.mod | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'xP/go.mod') diff --git a/xP/go.mod b/xP/go.mod index 995441e..70cc10d 100644 --- a/xP/go.mod +++ b/xP/go.mod @@ -2,4 +2,9 @@ module janouch.name/xK/xP go 1.18 -require golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d +require nhooyr.io/websocket v1.8.7 + +require ( + github.com/klauspost/compress v1.15.9 // indirect + golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect +) -- cgit v1.2.3