This repository has been archived on 2021-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
2020-coding-projects/uno/server/go.mod
2020-05-05 22:35:48 +02:00

9 lines
123 B
Modula-2

module kingofdog.de/projects/uno
go 1.14
require (
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.2
)