sarveshpatel commited on
Commit
fb8eeeb
·
verified ·
1 Parent(s): 6699169

Create go.mod

Browse files
Files changed (1) hide show
  1. go.mod +5 -0
go.mod ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ module tunnel-server
2
+
3
+ go 1.22
4
+
5
+ require github.com/gorilla/websocket v1.5.3