openweathermap-dashboard/cmd/go.mod
2025-02-02 08:56:21 +07:00

8 lines
155 B
Modula-2

module github.com/Sosokker/openweather-dashboard
go 1.23.5
require github.com/rs/cors v1.11.1
require github.com/patrickmn/go-cache v2.1.0+incompatible