10 lines
145 B
Modula-2
10 lines
145 B
Modula-2
module slideshowApp
|
|
|
|
go 1.25.4
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/joho/godotenv v1.5.1
|
|
)
|