implement openweather
This commit is contained in:
2
go.mod
2
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user