mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 15:18:28 +00:00
Refactor package imports
This commit is contained in:
@@ -19,7 +19,7 @@ import (
|
||||
"errors"
|
||||
|
||||
"github.com/crillab/gophersat/bf"
|
||||
pkg "gitlab.com/mudler/luet/pkg/package"
|
||||
pkg "github.com/mudler/luet/pkg/package"
|
||||
)
|
||||
|
||||
type State interface{ Encode() string }
|
||||
|
Reference in New Issue
Block a user