Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sarveshpatel
/
proxy
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sarveshpatel
commited on
Jan 2
Commit
fb8eeeb
·
verified
·
1 Parent(s):
6699169
Create go.mod
Browse files
Files changed (1)
hide
show
go.mod
+5
-0
go.mod
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
module tunnel-server
2
+
3
+
go 1.22
4
+
5
+
require github.com/gorilla/websocket v1.5.3