11 lines
209 B
Modula-2
11 lines
209 B
Modula-2
module git.saintnet.tech/stryan/snengame
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gorilla/websocket v1.4.2
|
|
)
|
|
|
|
replace git.saintnet.tech/stryan/snengame/internal => ./internal
|