Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version v1.5.0-dev.0 #19

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/alias_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"math/rand"
"testing"

"github.com/nextmv-io/sdk/common"
"github.com/nextmv-io/nextroute/common"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion common/boundingbox_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package common_test
import (
"testing"

"github.com/nextmv-io/sdk/common"
"github.com/nextmv-io/nextroute/common"
)

func TestBoundingBox(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion common/nsmallest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package common_test
import (
"testing"

"github.com/nextmv-io/sdk/common"
"github.com/nextmv-io/nextroute/common"
)

type TestItem interface {
Expand Down
2 changes: 1 addition & 1 deletion common/statistics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"math"
"testing"

"github.com/nextmv-io/sdk/common"
"github.com/nextmv-io/nextroute/common"
)

func TestStatistics(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion common/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package common_test
import (
"testing"

"github.com/nextmv-io/sdk/common"
"github.com/nextmv-io/nextroute/common"
)

func BenchmarkFilter(b *testing.B) {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/nextmv-io/nextroute
go 1.21

require (
github.com/nextmv-io/sdk v1.3.1-0.20240220144909-88ba9907052f
github.com/nextmv-io/sdk v1.5.0-dev.0
gonum.org/v1/gonum v0.14.0
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjY
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/nextmv-io/sdk v1.3.1-0.20240220144909-88ba9907052f h1:OLDqQkL/FK8CX7//qZGa6A4rTnHqUPYBCMmlSupVvOk=
github.com/nextmv-io/sdk v1.3.1-0.20240220144909-88ba9907052f/go.mod h1:lA3YgE1vdclPwQfPH3jFo76WXx5snk9XOWX2PCMO8cc=
github.com/nextmv-io/sdk v1.5.0-dev.0 h1:vH0Gqd6u6axiHaaJIEwSPeMkohH+mzjx9oIuD6J54Qo=
github.com/nextmv-io/sdk v1.5.0-dev.0/go.mod h1:4kKTivuXdlx2ky+ZkBeUkTPIc8BTJ0PqKFYF3B+wCy4=
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
Expand Down
Loading