snengame/go.mod

11 lines
209 B
Modula-2
Raw Normal View History

2021-07-22 19:39:57 +00:00
module git.saintnet.tech/stryan/snengame
2021-07-15 23:26:57 +00:00
go 1.16
2021-07-22 19:37:25 +00:00
2021-07-22 22:19:21 +00: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