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
)

4
go.sum Normal file
View File

@@ -0,0 +1,4 @@
github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY=
github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=