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

9 lines
123 B
Modula-2
Raw Normal View History

2020-05-05 20:35:48 +00:00
module kingofdog.de/projects/uno
go 1.14
require (
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.2
)