Skip to content

Commit

Permalink
Merge pull request #142 from nextmv-io/develop
Browse files Browse the repository at this point in the history
Release v0.20.8
  • Loading branch information
merschformann authored Dec 10, 2022
2 parents 30e9bb5 + d113eb6 commit 7fb58d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.20.7
v0.20.8
2 changes: 1 addition & 1 deletion route/google/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
replace github.com/nextmv-io/sdk => ../../.

require (
github.com/nextmv-io/sdk v0.20.7
github.com/nextmv-io/sdk v0.20.8
googlemaps.github.io/maps v1.3.2
)

Expand Down
2 changes: 1 addition & 1 deletion route/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 v0.20.7
github.com/nextmv-io/sdk v0.20.8
)

require golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2 changes: 1 addition & 1 deletion route/osrm/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/golang/mock v1.6.0
github.com/hashicorp/golang-lru v0.5.4
github.com/nextmv-io/sdk v0.20.7
github.com/nextmv-io/sdk v0.20.8
)

require github.com/twpayne/go-polyline v1.1.1
2 changes: 1 addition & 1 deletion route/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.0
github.com/nextmv-io/go-routingkit v0.1.10
github.com/nextmv-io/sdk v0.20.7
github.com/nextmv-io/sdk v0.20.8
)

require (
Expand Down

0 comments on commit 7fb58d3

Please sign in to comment.