init project release
This commit is contained in:
10
Backend/go.mod
Normal file
10
Backend/go.mod
Normal file
@@ -0,0 +1,10 @@
|
||||
module main
|
||||
|
||||
go 1.25.1
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.3
|
||||
github.com/vmihailenco/msgpack/v5 v5.4.1
|
||||
)
|
||||
|
||||
require github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
Reference in New Issue
Block a user