From 8b1ae4b633e8623e1ca306a4b340eef9616220d5 Mon Sep 17 00:00:00 2001 From: Jonathan Fuerth Date: Mon, 27 Jan 2025 14:31:47 -0500 Subject: [PATCH] Apply suggested change about import order --- pkg/resource/check.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/resource/check.go b/pkg/resource/check.go index 63d9791..364f262 100644 --- a/pkg/resource/check.go +++ b/pkg/resource/check.go @@ -6,12 +6,13 @@ package resource import ( "context" "fmt" + "os" + "slices" + "github.com/Masterminds/semver/v3" "github.com/pkg/errors" "oras.land/oras-go/v2/registry" "oras.land/oras-go/v2/registry/remote" - "os" - "slices" ) type (