mirror of
https://github.com/mudler/luet.git
synced 2025-08-08 02:44:43 +00:00
Refactor package imports
This commit is contained in:
parent
d842198537
commit
0bb72e67fd
@ -16,7 +16,7 @@
|
|||||||
package solver
|
package solver
|
||||||
|
|
||||||
import (
|
import (
|
||||||
pkg "gitlab.com/mudler/luet/pkg/package"
|
pkg "github.com/mudler/luet/pkg/package"
|
||||||
)
|
)
|
||||||
|
|
||||||
type PackageAssert struct {
|
type PackageAssert struct {
|
||||||
|
@ -19,7 +19,7 @@ import (
|
|||||||
"errors"
|
"errors"
|
||||||
|
|
||||||
"github.com/crillab/gophersat/bf"
|
"github.com/crillab/gophersat/bf"
|
||||||
pkg "gitlab.com/mudler/luet/pkg/package"
|
pkg "github.com/mudler/luet/pkg/package"
|
||||||
)
|
)
|
||||||
|
|
||||||
type State interface{ Encode() string }
|
type State interface{ Encode() string }
|
||||||
|
@ -16,11 +16,11 @@
|
|||||||
package solver_test
|
package solver_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
pkg "github.com/mudler/luet/pkg/package"
|
||||||
. "github.com/onsi/ginkgo"
|
. "github.com/onsi/ginkgo"
|
||||||
. "github.com/onsi/gomega"
|
. "github.com/onsi/gomega"
|
||||||
pkg "gitlab.com/mudler/luet/pkg/package"
|
|
||||||
|
|
||||||
. "gitlab.com/mudler/luet/pkg/solver"
|
. "github.com/mudler/luet/pkg/solver"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = Describe("Solver", func() {
|
var _ = Describe("Solver", func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user