Update sources to use upstream errors package

This commit is contained in:
Gregory Kurtzer
2021-09-06 14:50:27 -07:00
parent 6ce8eedc75
commit c60be743ba
11 changed files with 22 additions and 32 deletions

View File

@@ -5,13 +5,13 @@ import (
"os"
"path"
"github.com/hpcng/warewulf/internal/pkg/util"
"github.com/containers/image/v5/types"
"github.com/containers/storage/drivers/copy"
"github.com/pkg/errors"
"github.com/hpcng/warewulf/internal/pkg/config"
"github.com/hpcng/warewulf/internal/pkg/errors"
"github.com/hpcng/warewulf/internal/pkg/oci"
"github.com/hpcng/warewulf/internal/pkg/util"
)
func ImportDocker(uri string, name string, sCtx *types.SystemContext) error {