mirror of
https://github.com/tiennm99/gomoku.git
synced 2026-07-16 10:17:09 +00:00
9 lines
137 B
AMPL
9 lines
137 B
AMPL
module github.com/tiennm99/gomoku/server
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|