implement grpc weather
All checks were successful
Build and Publish / release (push) Successful in 4m42s

This commit is contained in:
2025-03-07 17:24:05 -05:00
parent 74120183ab
commit 8674bb4e01
6 changed files with 49 additions and 2 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module gitea.libretechconsulting.com/rmcguire/ambient-local-exporter
go 1.23.4
require (
gitea.libretechconsulting.com/rmcguire/go-app v0.6.2
gitea.libretechconsulting.com/rmcguire/go-app v0.6.3
github.com/go-resty/resty/v2 v2.16.5
github.com/gorilla/schema v1.4.1
github.com/rs/zerolog v1.33.0