Skip to content

Commit

Permalink
Merge pull request #105 from nextmv-io/release/v0.20.2
Browse files Browse the repository at this point in the history
Release v0.20.2
  • Loading branch information
merschformann authored Oct 17, 2022
2 parents 52405f5 + 1443c08 commit 23a19c2
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.1
v0.20.2
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.0
github.com/nextmv-io/sdk v0.0.0
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.0
github.com/nextmv-io/sdk v0.0.0
)

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.0
github.com/nextmv-io/sdk v0.0.0
)

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.9
github.com/nextmv-io/sdk v0.20.0
github.com/nextmv-io/sdk v0.0.0
)

require (
Expand Down

0 comments on commit 23a19c2

Please sign in to comment.