implement openweather

This commit is contained in:
2025-12-04 18:37:46 +09:00
parent c59834e92b
commit b4e423c1bf
6 changed files with 1615 additions and 0 deletions

2
go.mod
View File

@@ -5,6 +5,7 @@ go 1.25.5
require (
github.com/nats-io/nats.go v1.47.0
github.com/stretchr/testify v1.11.1
resty.dev/v3 v3.0.0-beta.4
)
require (
@@ -14,6 +15,7 @@ require (
github.com/nats-io/nuid v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.38.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)