Refactor package imports

This commit is contained in:
Ettore Di Giacinto
2019-06-05 19:13:09 +02:00
parent d842198537
commit 0bb72e67fd
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
package solver
import (
pkg "gitlab.com/mudler/luet/pkg/package"
pkg "github.com/mudler/luet/pkg/package"
)
type PackageAssert struct {