diff --git a/env/env_test.go b/env/env_test.go index 8cce912..7eb5827 100644 --- a/env/env_test.go +++ b/env/env_test.go @@ -3,7 +3,7 @@ package env_test import ( "sort" - . "github.com/Luzifer/go_helpers/env" + . "github.com/Luzifer/go_helpers/v2/env" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/float/round_test.go b/float/round_test.go index a6257bf..37c5c9a 100644 --- a/float/round_test.go +++ b/float/round_test.go @@ -3,7 +3,7 @@ package float_test import ( "math" - . "github.com/Luzifer/go_helpers/float" + . "github.com/Luzifer/go_helpers/v2/float" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/position/haversine_test.go b/position/haversine_test.go index 67df327..ed8343e 100644 --- a/position/haversine_test.go +++ b/position/haversine_test.go @@ -1,7 +1,7 @@ package position_test import ( - . "github.com/Luzifer/go_helpers/position" + . "github.com/Luzifer/go_helpers/v2/position" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/str/slice_test.go b/str/slice_test.go index d24ef6b..8cd03ae 100644 --- a/str/slice_test.go +++ b/str/slice_test.go @@ -1,7 +1,7 @@ package str_test import ( - . "github.com/Luzifer/go_helpers/str" + . "github.com/Luzifer/go_helpers/v2/str" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/which/which_test.go b/which/which_test.go index d9a30c2..adf0202 100644 --- a/which/which_test.go +++ b/which/which_test.go @@ -1,7 +1,7 @@ package which_test import ( - . "github.com/Luzifer/go_helpers/which" + . "github.com/Luzifer/go_helpers/v2/which" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega"