From 9f8c182481ee8b36bebb42515b808aa9ef415eb2 Mon Sep 17 00:00:00 2001 From: Jesse Simpson Date: Thu, 29 May 2025 17:22:07 -0400 Subject: [PATCH] style: adjust import lines for golangci-run Signed-off-by: Jesse Simpson --- pkg/registry/client_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/registry/client_test.go b/pkg/registry/client_test.go index 1eb5f561f..3296e7208 100644 --- a/pkg/registry/client_test.go +++ b/pkg/registry/client_test.go @@ -18,10 +18,11 @@ package registry import ( "context" - "github.com/stretchr/testify/assert" "io" "testing" + "github.com/stretchr/testify/assert" + ocispec "github.com/opencontainers/image-spec/specs-go/v1" "github.com/stretchr/testify/require" "oras.land/oras-go/v2/content/memory"