Skip to content

Commit 4134c6f

Browse files
committed
Bump nested modules to v1.6.3
1 parent d1b713a commit 4134c6f

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.6.2
8+
github.com/nextmv-io/sdk v1.6.3
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.6.2
9+
github.com/nextmv-io/sdk v1.6.3
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.6.2
9+
github.com/nextmv-io/sdk v1.6.3
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.6.2
10+
github.com/nextmv-io/sdk v1.6.3
1111
github.com/twpayne/go-polyline v1.1.1
1212
)
1313

0 commit comments

Comments
 (0)