mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 23:37:07 +00:00
Use DefaultPackageSanitized struct for write specs
This commit is contained in:
@@ -26,11 +26,12 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
version "github.com/mudler/luet/pkg/versioner"
|
||||
|
||||
gentoo "github.com/Sabayon/pkgs-checker/pkg/gentoo"
|
||||
"github.com/crillab/gophersat/bf"
|
||||
"github.com/ghodss/yaml"
|
||||
"github.com/jinzhu/copier"
|
||||
version "github.com/mudler/luet/pkg/versioner"
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user