8 lines
107 B
Modula-2
8 lines
107 B
Modula-2
|
|
module skyview
|
||
|
|
|
||
|
|
go 1.24.4
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/gorilla/mux v1.8.1
|
||
|
|
github.com/gorilla/websocket v1.5.3
|
||
|
|
)
|