From 9b73e1d15d094eaa8e718ddaa521b54effb81483 Mon Sep 17 00:00:00 2001 From: C0D3 M4513R <28912031+C0D3-M4513R@users.noreply.github.com> Date: Thu, 20 Jun 2024 22:47:44 +0200 Subject: [PATCH] Run `goimports -w .` Signed-off-by: C0D3 M4513R <28912031+C0D3-M4513R@users.noreply.github.com> --- internal/cmptest/relationship.go | 3 ++- syft/pkg/rust/resolver.go | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/internal/cmptest/relationship.go b/internal/cmptest/relationship.go index 31db0d64ef7..cdec07084ab 100644 --- a/internal/cmptest/relationship.go +++ b/internal/cmptest/relationship.go @@ -1,9 +1,10 @@ package cmptest import ( - "github.com/sanity-io/litter" "reflect" + "github.com/sanity-io/litter" + "github.com/anchore/syft/syft/artifact" ) diff --git a/syft/pkg/rust/resolver.go b/syft/pkg/rust/resolver.go index 644a17e2948..0c67041f7bb 100644 --- a/syft/pkg/rust/resolver.go +++ b/syft/pkg/rust/resolver.go @@ -2,6 +2,7 @@ package rust import ( "fmt" + "github.com/anchore/syft/internal/log" "github.com/anchore/syft/internal/cache"