Skip to content

Commit 0ea9bbd

Browse files
committed
Bump nested modules to v1.8.2
1 parent 7313546 commit 0ea9bbd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

measure/google/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
replace github.com/nextmv-io/sdk => ../../.
66

77
require (
8-
github.com/nextmv-io/sdk v1.8.1
8+
github.com/nextmv-io/sdk v1.8.2
99
googlemaps.github.io/maps v1.4.0
1010
)
1111

measure/here/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/nextmv-io/sdk => ../../.
66

77
require (
88
github.com/google/go-cmp v0.5.6
9-
github.com/nextmv-io/sdk v1.8.1
9+
github.com/nextmv-io/sdk v1.8.2
1010
)
1111

1212
require golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect

measure/osrm/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/nextmv-io/sdk => ../../.
66

77
require (
88
github.com/hashicorp/golang-lru v0.5.4
9-
github.com/nextmv-io/sdk v1.8.1
9+
github.com/nextmv-io/sdk v1.8.2
1010
github.com/twpayne/go-polyline v1.1.1
1111
go.uber.org/mock v0.3.0
1212
)

measure/routingkit/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/nextmv-io/sdk => ../../.
77
require (
88
github.com/dgraph-io/ristretto v0.1.1
99
github.com/nextmv-io/go-routingkit v0.1.18
10-
github.com/nextmv-io/sdk v1.8.1
10+
github.com/nextmv-io/sdk v1.8.2
1111
github.com/twpayne/go-polyline v1.1.1
1212
)
1313

0 commit comments

Comments
 (0)