From 145a4c87e18695c0499c96d4dc79efe96f3603f4 Mon Sep 17 00:00:00 2001 From: Hana Watson Date: Wed, 1 Nov 2023 16:34:10 +0000 Subject: [PATCH] Also remove cos deps --- pkg/operatingsystem/resolver/resolver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/operatingsystem/resolver/resolver.go b/pkg/operatingsystem/resolver/resolver.go index 61d7a3d..2f3394a 100644 --- a/pkg/operatingsystem/resolver/resolver.go +++ b/pkg/operatingsystem/resolver/resolver.go @@ -6,7 +6,7 @@ import ( "github.com/thought-machine/falco-probes/pkg/docker" "github.com/thought-machine/falco-probes/pkg/operatingsystem" "github.com/thought-machine/falco-probes/pkg/operatingsystem/amazonlinux2" - "github.com/thought-machine/falco-probes/pkg/operatingsystem/cos" + //"github.com/thought-machine/falco-probes/pkg/operatingsystem/cos" ) // OperatingSystems represents the available operating systems to use and their constructors.