aboutsummaryrefslogtreecommitdiff
path: root/xP/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'xP/go.mod')
-rw-r--r--xP/go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/xP/go.mod b/xP/go.mod
new file mode 100644
index 0000000..70cc10d
--- /dev/null
+++ b/xP/go.mod
@@ -0,0 +1,10 @@
+module janouch.name/xK/xP
+
+go 1.18
+
+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
+)