aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..94a3a9d
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,6 @@
1module websocktty
2
3require (
4 github.com/gorilla/websocket v1.4.0
5 golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529
6)