Move reference to pkg/reference

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-01-17 09:55:58 -08:00
parent e59f64792b
commit fdb8a527c9
14 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ import (
"context"
"testing"
"github.com/containerd/containerd/v2/reference"
"github.com/containerd/containerd/v2/pkg/reference"
"github.com/stretchr/testify/assert"
)