Use DefaultPackageSanitized struct for write specs

This commit is contained in:
Daniele Rondina
2020-05-20 08:31:55 +02:00
parent 11759f98e0
commit e38a4b3d9b
4 changed files with 112 additions and 3 deletions

View File

@@ -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"
)