From 6fd4e207e7ca6774eba9ca8f49388e4b14f19b0d Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 31 May 2023 22:26:30 +0000 Subject: [PATCH] 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) --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 5aa1248..225e1d7 100644 --- a/go.mod +++ b/go.mod @@ -7,5 +7,5 @@ require ( github.com/google/uuid v1.3.0 // indirect github.com/sergi/go-diff v1.2.0 // indirect github.com/stretchr/testify v1.7.0 // indirect - googlemaps.github.io/maps v1.4.0 + googlemaps.github.io/maps v1.5.0 ) diff --git a/go.sum b/go.sum index 0d4a3d7..6b9120e 100644 --- a/go.sum +++ b/go.sum @@ -66,8 +66,8 @@ google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoA google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= -googlemaps.github.io/maps v1.4.0 h1:Xk4yZd6qKjM3X1wo6XIb2s0n5zT6+ZFVTVZXAzlHjr0= -googlemaps.github.io/maps v1.4.0/go.mod h1:cCq0JKYAnnCRSdiaBi7Ex9CW15uxIAk7oPi8V/xEh6s= +googlemaps.github.io/maps v1.5.0 h1:EpUPqWBKGemYQwRBrMEI8oYrPT8ub6L0T/sV0NpockE= +googlemaps.github.io/maps v1.5.0/go.mod h1:cCq0JKYAnnCRSdiaBi7Ex9CW15uxIAk7oPi8V/xEh6s= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -- 2.52.0