Move pkg/hasher to internal/hasher
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
parent
23914a01b8
commit
5e1d9543be
@ -22,7 +22,7 @@ import (
|
||||
"os"
|
||||
|
||||
"github.com/containerd/containerd/v2/cmd/containerd/command"
|
||||
"github.com/containerd/containerd/v2/pkg/hasher"
|
||||
"github.com/containerd/containerd/v2/internal/hasher"
|
||||
"github.com/containerd/containerd/v2/pkg/seed" //nolint:staticcheck // Global math/rand seed is deprecated, but still used by external dependencies
|
||||
|
||||
_ "github.com/containerd/containerd/v2/cmd/containerd/builtins"
|
||||
|
@ -22,7 +22,7 @@ import (
|
||||
"os"
|
||||
|
||||
"github.com/containerd/containerd/v2/cmd/ctr/app"
|
||||
"github.com/containerd/containerd/v2/pkg/hasher"
|
||||
"github.com/containerd/containerd/v2/internal/hasher"
|
||||
"github.com/containerd/containerd/v2/pkg/seed" //nolint:staticcheck // Global math/rand seed is deprecated, but still used by external dependencies
|
||||
"github.com/urfave/cli"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user