diff --git a/common/alias_test.go b/common/alias_test.go index 7fe96e8..ac96d20 100644 --- a/common/alias_test.go +++ b/common/alias_test.go @@ -7,7 +7,7 @@ import ( "math/rand" "testing" - "github.com/nextmv-io/sdk/common" + "github.com/nextmv-io/nextroute/common" ) const ( diff --git a/common/boundingbox_test.go b/common/boundingbox_test.go index 05d6c2c..d976dec 100644 --- a/common/boundingbox_test.go +++ b/common/boundingbox_test.go @@ -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) { diff --git a/common/nsmallest_test.go b/common/nsmallest_test.go index c057e85..cf0fc84 100644 --- a/common/nsmallest_test.go +++ b/common/nsmallest_test.go @@ -5,7 +5,7 @@ package common_test import ( "testing" - "github.com/nextmv-io/sdk/common" + "github.com/nextmv-io/nextroute/common" ) type TestItem interface { diff --git a/common/statistics_test.go b/common/statistics_test.go index 53557f9..d514414 100644 --- a/common/statistics_test.go +++ b/common/statistics_test.go @@ -6,7 +6,7 @@ import ( "math" "testing" - "github.com/nextmv-io/sdk/common" + "github.com/nextmv-io/nextroute/common" ) func TestStatistics(t *testing.T) { diff --git a/common/utils_test.go b/common/utils_test.go index 5a1dab0..467d0ca 100644 --- a/common/utils_test.go +++ b/common/utils_test.go @@ -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) { diff --git a/go.mod b/go.mod index dc9d675..4da7766 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index 375dabd..50dc36a 100644 --- a/go.sum +++ b/go.sum @@ -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=