mirror of
https://github.com/Luzifer/go_helpers.git
synced 2024-12-25 05:21:20 +00:00
Update imports to v2 import paths
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
bf27164716
commit
e7a1201f43
5 changed files with 5 additions and 5 deletions
2
env/env_test.go
vendored
2
env/env_test.go
vendored
|
@ -3,7 +3,7 @@ package env_test
|
||||||
import (
|
import (
|
||||||
"sort"
|
"sort"
|
||||||
|
|
||||||
. "github.com/Luzifer/go_helpers/env"
|
. "github.com/Luzifer/go_helpers/v2/env"
|
||||||
|
|
||||||
. "github.com/onsi/ginkgo"
|
. "github.com/onsi/ginkgo"
|
||||||
. "github.com/onsi/gomega"
|
. "github.com/onsi/gomega"
|
||||||
|
|
|
@ -3,7 +3,7 @@ package float_test
|
||||||
import (
|
import (
|
||||||
"math"
|
"math"
|
||||||
|
|
||||||
. "github.com/Luzifer/go_helpers/float"
|
. "github.com/Luzifer/go_helpers/v2/float"
|
||||||
|
|
||||||
. "github.com/onsi/ginkgo"
|
. "github.com/onsi/ginkgo"
|
||||||
. "github.com/onsi/gomega"
|
. "github.com/onsi/gomega"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package position_test
|
package position_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
. "github.com/Luzifer/go_helpers/position"
|
. "github.com/Luzifer/go_helpers/v2/position"
|
||||||
|
|
||||||
. "github.com/onsi/ginkgo"
|
. "github.com/onsi/ginkgo"
|
||||||
. "github.com/onsi/gomega"
|
. "github.com/onsi/gomega"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package str_test
|
package str_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
. "github.com/Luzifer/go_helpers/str"
|
. "github.com/Luzifer/go_helpers/v2/str"
|
||||||
|
|
||||||
. "github.com/onsi/ginkgo"
|
. "github.com/onsi/ginkgo"
|
||||||
. "github.com/onsi/gomega"
|
. "github.com/onsi/gomega"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package which_test
|
package which_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
. "github.com/Luzifer/go_helpers/which"
|
. "github.com/Luzifer/go_helpers/v2/which"
|
||||||
|
|
||||||
. "github.com/onsi/ginkgo"
|
. "github.com/onsi/ginkgo"
|
||||||
. "github.com/onsi/gomega"
|
. "github.com/onsi/gomega"
|
||||||
|
|
Loading…
Reference in a new issue