You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
348 B
Modula-2
14 lines
348 B
Modula-2
module game
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/alecthomas/repr v0.2.0 // indirect
|
|
github.com/go-chi/chi/v5 v5.0.8 // indirect
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
github.com/gobwas/ws v1.1.0 // indirect
|
|
github.com/klauspost/compress v1.10.3 // indirect
|
|
nhooyr.io/websocket v1.8.7 // indirect
|
|
)
|