diff --git a/go.mod b/go.mod index 225e1d7..7e20569 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.5.0 + googlemaps.github.io/maps v1.7.0 ) diff --git a/go.sum b/go.sum index 6b9120e..5fc5cc0 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.5.0 h1:EpUPqWBKGemYQwRBrMEI8oYrPT8ub6L0T/sV0NpockE= -googlemaps.github.io/maps v1.5.0/go.mod h1:cCq0JKYAnnCRSdiaBi7Ex9CW15uxIAk7oPi8V/xEh6s= +googlemaps.github.io/maps v1.7.0 h1:9yAEgaAyg6bWn+TpY8PmNJ0C+YfUBtN9KjJypjCOioo= +googlemaps.github.io/maps v1.7.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=