new backend changes
This commit is contained in:
10
new-backend/go.mod
Normal file
10
new-backend/go.mod
Normal file
@@ -0,0 +1,10 @@
|
||||
module github.com/ishikabhoyar/monaco/new-backend
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.3.0
|
||||
github.com/gorilla/mux v1.8.0
|
||||
github.com/gorilla/websocket v1.5.0
|
||||
github.com/rs/cors v1.8.3
|
||||
)
|
||||
Reference in New Issue
Block a user