list daily weathers api 구현

This commit is contained in:
2025-12-08 23:26:28 +09:00
parent 66db03dc24
commit aad0c9f52a
5 changed files with 536 additions and 1 deletions

3
go.mod
View File

@@ -3,9 +3,11 @@ module github.com/neatflowcv/seven-skies
go 1.25.5
require (
github.com/go-chi/chi/v5 v5.2.3
github.com/go-co-op/gocron/v2 v2.18.2
github.com/joho/godotenv v1.5.1
github.com/nats-io/nats.go v1.47.0
github.com/oapi-codegen/runtime v1.1.2
github.com/oklog/ulid/v2 v2.1.1
github.com/stretchr/testify v1.11.1
gorm.io/driver/postgres v1.6.0
@@ -14,6 +16,7 @@ require (
)
require (
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect