Files
slideshowApp/go.mod
Adrian Zürcher 4d9e0836e5 first commit
2026-01-16 07:51:28 +01:00

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
)