Skip to content

Commit

Permalink
Upgrade nextroute to v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Aug 7, 2024
1 parent fb71f25 commit ecf35b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nextroute/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module example.com/your_project/nextroute
go 1.22

require (
github.com/nextmv-io/nextroute v1.6.3
github.com/nextmv-io/nextroute v1.6.4
github.com/nextmv-io/sdk v1.6.3
)

Expand Down
4 changes: 2 additions & 2 deletions 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.6.3 h1:HhgAmvbMSi4tQanMcYLNEWiMVoV0h3iU7aPKpZkPYwo=
github.com/nextmv-io/nextroute v1.6.3/go.mod h1:/DvKuTjVJDh7pyD651Hz6hUH/CzqQacEYx1csEcNhCw=
github.com/nextmv-io/nextroute v1.6.4 h1:9jx+6dMfxlWO0PfWfzCA3YXcQm8uWojMWFxSvGbo9yQ=
github.com/nextmv-io/nextroute v1.6.4/go.mod h1:DW8gDzfoB3fXIvxamXsCEo+CgDjOlqn1kNo4R82PWTc=
github.com/nextmv-io/sdk v1.6.3 h1:Jtqxmn8FTvhRM1kIyaukB6k/2ekXBI8+h8acEZpPMLs=
github.com/nextmv-io/sdk v1.6.3/go.mod h1:Y48XLPcIOOxRgO86ICNpqGrH2N5+dd1TDNvef/FD2Kc=
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
Expand Down

0 comments on commit ecf35b3

Please sign in to comment.