snengame/go.mod

11 lines
209 B
Modula-2
Raw Normal View History

2021-07-22 15:39:57 -04:00
module git.saintnet.tech/stryan/snengame
2021-07-15 19:26:57 -04:00
go 1.16
2021-07-22 15:37:25 -04:00
2021-07-22 18:19:21 -04:00
require (
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.4.2
)
replace git.saintnet.tech/stryan/snengame/internal => ./internal