From 9ebc050d5288eddf908b08cada3b823cef77694d Mon Sep 17 00:00:00 2001 From: maura fortino Date: Tue, 12 Dec 2023 15:43:57 -0500 Subject: [PATCH] removed the bascule/authorization for now until new bascule --- main.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/main.go b/main.go index 9ee99481..75d260c6 100644 --- a/main.go +++ b/main.go @@ -14,8 +14,6 @@ import ( _ "github.com/goschtalt/yaml-decoder" _ "github.com/goschtalt/yaml-encoder" "github.com/xmidt-org/arrange/arrangehttp" - "github.com/xmidt-org/bascule/basculechecks" - "github.com/xmidt-org/bascule/basculehttp" "github.com/xmidt-org/candlelight" "github.com/xmidt-org/sallust" "github.com/xmidt-org/touchstone" @@ -140,8 +138,7 @@ func caduceus(arguments []string, run bool) error { touchhttp.Provide(), ProvideMetrics(), // ancla.ProvideMetrics(), //TODO: need to add back in once we fix the ancla/argus dependency issue - basculechecks.ProvideMetrics(), - basculehttp.ProvideMetrics(), + ) if cli != nil && cli.Graph != "" {