1
0
Fork 0
mirror of https://github.com/Luzifer/go_helpers.git synced 2024-12-23 20:41:19 +00:00

Update imports to v2 import paths

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-02-06 22:39:17 +01:00
parent bf27164716
commit e7a1201f43
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D
5 changed files with 5 additions and 5 deletions

2
env/env_test.go vendored
View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"