Commit Graph

26 Commits

Author SHA1 Message Date
Renovate 89ff1c9686 fix(deps): update google.golang.org/genproto digest to b45e905 2025-03-24 22:04:28 +00:00
Renovate 4907911e1f fix(deps): update module google.golang.org/api to v0.227.0 2025-03-19 22:59:28 +00:00
Renovate 1e87e9aa21 fix(deps): update module google.golang.org/api to v0.226.0 2025-03-14 08:00:55 +00:00
Renovate 4ee6daa293 fix(deps): update module cloud.google.com/go/maps to v1.20.1 2025-03-14 08:29:37 +01:00
Renovate b05ed80e7d fix(deps): update google.golang.org/genproto digest to e70fdf4 2025-03-13 22:00:20 +00:00
Renovate a7c81b3a4d fix(deps): update google.golang.org/genproto digest to 33a14cd 2025-03-13 19:07:34 +00:00
Renovate 3a85f40539 fix(deps): update module cloud.google.com/go/maps to v1.20.0 2025-03-12 21:59:49 +00:00
Renovate 18455c0b6f fix(deps): update module google.golang.org/api to v0.225.0 2025-03-12 08:00:18 +00:00
Renovate b27232aacb fix(deps): update google.golang.org/genproto digest to 81fb87f 2025-03-11 19:06:09 +00:00
Renovate cd8b6b33a7 fix(deps): update module google.golang.org/api to v0.224.0 2025-03-06 17:00:05 +00:00
Renovate a44d4c0b00 fix(deps): update module google.golang.org/grpc to v1.71.0 2025-03-04 20:01:06 +00:00
Renovate d78f44d8b0 fix(deps): update google.golang.org/genproto digest to a0af3ef 2025-03-03 15:00:10 +00:00
Renovate 64da884c8d fix(deps): update google.golang.org/genproto digest to 55c9018 2025-02-27 23:59:57 +00:00
Renovate f4ea887553 fix(deps): update module cloud.google.com/go/maps to v1.19.0 2025-02-27 22:06:46 +00:00
Renovate 9426d7c0f2 fix(deps): update module google.golang.org/api to v0.223.0 2025-02-25 17:59:42 +00:00
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