internal/{archive,misc}: move from pkgs

These should be internal-only to this project
This commit is contained in:
Clayton Craft
2023-02-09 13:32:19 -08:00
parent 731a805a9e
commit 690d008643
5 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ import (
"github.com/cavaliercoder/go-cpio" "github.com/cavaliercoder/go-cpio"
"github.com/klauspost/pgzip" "github.com/klauspost/pgzip"
"gitlab.com/postmarketOS/postmarketos-mkinitfs/pkgs/misc" "gitlab.com/postmarketOS/postmarketos-mkinitfs/internal/misc"
) )
type Archive struct { type Archive struct {

View File

@@ -18,9 +18,9 @@ import (
"strings" "strings"
"time" "time"
"gitlab.com/postmarketOS/postmarketos-mkinitfs/pkgs/archive" "gitlab.com/postmarketOS/postmarketos-mkinitfs/internal/archive"
"gitlab.com/postmarketOS/postmarketos-mkinitfs/internal/misc"
"gitlab.com/postmarketOS/postmarketos-mkinitfs/pkgs/deviceinfo" "gitlab.com/postmarketOS/postmarketos-mkinitfs/pkgs/deviceinfo"
"gitlab.com/postmarketOS/postmarketos-mkinitfs/pkgs/misc"
) )
func timeFunc(start time.Time, name string) { func timeFunc(start time.Time, name string) {