Move pkg/randutil to internal/randutil

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-01-17 09:57:10 -08:00
parent 696cf25650
commit 4ee6419fad
7 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ import (
"testing"
"time"
"github.com/containerd/containerd/v2/pkg/randutil"
"github.com/containerd/containerd/v2/internal/randutil"
"github.com/stretchr/testify/assert"
)