Skip to content

Commit

Permalink
Merge pull request #94 from nextmv-io/merschformann/upgrade-nextroute
Browse files Browse the repository at this point in the history
Upgrades nextroute to v1.11.4
  • Loading branch information
merschformann authored Jan 30, 2025
2 parents de13406 + f2f5dbb commit 9550d8a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .nextmv/golden/go-nextroute/inputs/input.json.golden
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"parallel_runs": 1,
"plateau": {
"absolute_threshold": -1,
"delay": 0,
"duration": 0,
"iterations": 0,
"relative_threshold": 0
Expand Down
1 change: 1 addition & 0 deletions .nextmv/golden/python-nextroute/inputs/input.json.golden
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"solve_iterations": 50,
"solve_parallelruns": 1,
"solve_plateau_absolutethreshold": -1,
"solve_plateau_delay": 0,
"solve_plateau_duration": 0,
"solve_plateau_iterations": 0,
"solve_plateau_relativethreshold": 0,
Expand Down
2 changes: 1 addition & 1 deletion go-nextroute/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module example.com/your_project/go-nextroute
go 1.22

require (
github.com/nextmv-io/nextroute v1.11.2
github.com/nextmv-io/nextroute v1.11.4
github.com/nextmv-io/sdk v1.8.3-0.20241219091227-002f36a342d6
)

Expand Down
4 changes: 2 additions & 2 deletions go-nextroute/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lN
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/nextmv-io/nextroute v1.11.2 h1:zwsp6vthKWUFGVpjMoHnFZyk+pbS1ZlW3VO5tIuTt2c=
github.com/nextmv-io/nextroute v1.11.2/go.mod h1:ZPVGnU48OehlxfPb4Aw5XW2wPGrIBSnukz1Pkgf3kUs=
github.com/nextmv-io/nextroute v1.11.4 h1:bexGlM1KhfmU4xIVVLMQyqSTmm4hm2mrYRmGXXOjuDs=
github.com/nextmv-io/nextroute v1.11.4/go.mod h1:ZPVGnU48OehlxfPb4Aw5XW2wPGrIBSnukz1Pkgf3kUs=
github.com/nextmv-io/sdk v1.8.3-0.20241219091227-002f36a342d6 h1:icnvtf2R9Zg9Qs+SyVbQ6HEZ5fPj6A+7ywxOT2lrWus=
github.com/nextmv-io/sdk v1.8.3-0.20241219091227-002f36a342d6/go.mod h1:Y48XLPcIOOxRgO86ICNpqGrH2N5+dd1TDNvef/FD2Kc=
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
Expand Down
2 changes: 1 addition & 1 deletion python-nextroute/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nextroute==1.11.2
nextroute==1.11.4
nextmv==0.15.1

0 comments on commit 9550d8a

Please sign in to comment.