Commit Graph

11 Commits

Author SHA1 Message Date
Renovate e7d0ca981e fix(deps): update google.golang.org/genproto digest to 546df14 2025-02-24 18:00:43 +00:00
Renovate 52f47a1897 fix(deps): update module google.golang.org/api to v0.222.0 2025-02-20 08:01:22 +00:00
Renovate c299b1bffe fix(deps): update google.golang.org/genproto digest to 9fdb1ca 2025-02-19 19:08:49 +00:00
argoyle b3e9b723a4 fix: correct destination initialization and response handling
This commit makes corrections to the initialization of the dests array to 
ensure it properly allocates space for each destination. It also fixes the 
response handling by correctly extending the response structure after 
the loop, improving overall stability and accuracy of the distance 
matrix request handling.
2025-02-16 16:23:41 +01:00
argoyle 53c89cb7e4 refactor: update dependencies and improve distance matrix handling
Updates Go module dependencies to the latest compatible versions, 
including the integration of Cloud Maps routing API. Refactors the 
distance matrix handling to utilize the new routing client, 
ensuring proper request formation and error handling for lat/lng 
parsing. This enhances functionality and maintains compatibility 
with updated libraries.
2025-02-15 19:59:36 +01:00
argoyle 37b8011d4c chore: update go version to 1.22.5 and add new toolchain configuration 2024-07-08 18:21:29 +02:00
argoyle a024357c39 chore(deps): bump googlemaps.github.io/maps from 1.5.0 to 1.7.0
Bumps [googlemaps.github.io/maps](https://github.com/googlemaps/google-maps-services-go) from 1.5.0 to 1.7.0.
- [Release notes](https://github.com/googlemaps/google-maps-services-go/releases)
- [Changelog](https://github.com/googlemaps/google-maps-services-go/blob/master/.releaserc)
- [Commits](https://github.com/googlemaps/google-maps-services-go/compare/v1.5.0...v1.7.0)
2023-12-02 22:26:30 +00:00
argoyle 6fd4e207e7 chore(deps): bump googlemaps.github.io/maps from 1.4.0 to 1.5.0
Bumps [googlemaps.github.io/maps](https://github.com/googlemaps/google-maps-services-go) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/googlemaps/google-maps-services-go/releases)
- [Changelog](https://github.com/googlemaps/google-maps-services-go/blob/master/.releaserc)
- [Commits](https://github.com/googlemaps/google-maps-services-go/compare/v1.4.0...v1.5.0)
2023-05-31 22:26:30 +00:00
argoyle 3003dc1092 chore(deps): bump googlemaps.github.io/maps
Bumps [googlemaps.github.io/maps](https://github.com/googlemaps/google-maps-services-go) from 0.0.0-20190206003505-be134e760d70 to 1.4.0.
- [Release notes](https://github.com/googlemaps/google-maps-services-go/releases)
- [Changelog](https://github.com/googlemaps/google-maps-services-go/blob/master/.releaserc)
- [Commits](https://github.com/googlemaps/google-maps-services-go/commits/v1.4.0)
2023-05-08 18:47:54 +00:00
argoyle ef7d8ee58f chore(deps): bump github.com/google/uuid from 1.1.0 to 1.3.0
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Commits](https://github.com/google/uuid/compare/v1.1.0...v1.3.0)
2021-11-06 22:27:14 +00:00
argoyle 4ccc2fc98e Add distance matrix 2019-02-26 14:54:16 +01:00