snengame/go.mod
2021-07-22 18:19:21 -04:00

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