This commit is contained in:
“bobbydigitales”
2023-11-09 21:52:16 -08:00
parent 148df433c4
commit 6b2713f4fb
2 changed files with 12 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module dandelion
go 1.18
require (
github.com/gorilla/websocket v1.5.1 // direct
golang.org/x/net v0.17.0 // indirect
)