From 21f85b468d26713f434c90825ff7a050ebb0d854 Mon Sep 17 00:00:00 2001 From: Binbin Li Date: Wed, 3 Apr 2024 07:40:50 +0000 Subject: [PATCH] feat: add Stores interface to wrap operations on namespaced stores --- pkg/controllers/resource_map.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/controllers/resource_map.go b/pkg/controllers/resource_map.go index 5352a14626..5ca9169663 100644 --- a/pkg/controllers/resource_map.go +++ b/pkg/controllers/resource_map.go @@ -17,6 +17,7 @@ import ( "github.com/deislabs/ratify/pkg/customresources/policies" rs "github.com/deislabs/ratify/pkg/customresources/referrerstores" "github.com/deislabs/ratify/pkg/customresources/verifiers" + rs "github.com/deislabs/ratify/pkg/customresources/referrerstores" ) var (