Merge pull request #112 from mudler/package-sanitized

Package sanitized
This commit is contained in:
geaaru
2020-05-20 11:42:47 +02:00
committed by GitHub
6 changed files with 232 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"
)