Skip to content

Commit

Permalink
Bump nested modules to v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nextmv-bot committed Sep 18, 2024
1 parent 9628a39 commit 9fe2ea1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion measure/google/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
replace github.com/nextmv-io/sdk => ../../.

require (
github.com/nextmv-io/sdk v1.8.0
github.com/nextmv-io/sdk v1.8.1
googlemaps.github.io/maps v1.4.0
)

Expand Down
2 changes: 1 addition & 1 deletion measure/here/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/nextmv-io/sdk => ../../.

require (
github.com/google/go-cmp v0.5.6
github.com/nextmv-io/sdk v1.8.0
github.com/nextmv-io/sdk v1.8.1
)

require golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2 changes: 1 addition & 1 deletion measure/osrm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/nextmv-io/sdk => ../../.

require (
github.com/hashicorp/golang-lru v0.5.4
github.com/nextmv-io/sdk v1.8.0
github.com/nextmv-io/sdk v1.8.1
github.com/twpayne/go-polyline v1.1.1
go.uber.org/mock v0.3.0
)
2 changes: 1 addition & 1 deletion measure/routingkit/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/nextmv-io/sdk => ../../.
require (
github.com/dgraph-io/ristretto v0.1.1
github.com/nextmv-io/go-routingkit v0.1.18
github.com/nextmv-io/sdk v1.8.0
github.com/nextmv-io/sdk v1.8.1
github.com/twpayne/go-polyline v1.1.1
)

Expand Down

0 comments on commit 9fe2ea1

Please sign in to comment.