mirror of
https://github.com/tiennm99/gomoku.git
synced 2026-05-18 02:59:25 +00:00
9 lines
137 B
Modula-2
9 lines
137 B
Modula-2
module github.com/tiennm99/gomoku/server
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|