Skip to content

Commit

Permalink
Merge pull request #21 from nextmv-io/merschformann/remove-obsolete-s…
Browse files Browse the repository at this point in the history
…dk-ref

Removes obsolete sdk reference
  • Loading branch information
merschformann authored Mar 15, 2024
2 parents 9ed7c12 + f055f70 commit ed68ea9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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

0 comments on commit ed68ea9

Please sign in to comment.