Initial project setup with Go backend, React frontend, and Neutralino desktop shell
This commit is contained in:
10
backend/go.mod
Normal file
10
backend/go.mod
Normal file
@@ -0,0 +1,10 @@
|
||||
module nex
|
||||
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/gorilla/websocket v1.5.1
|
||||
)
|
||||
|
||||
require golang.org/x/net v0.17.0 // indirect
|
||||
Reference in New Issue
Block a user