From bc430e742a0fd52a7087232e5169d6b77b2a3705 Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Thu, 19 Sep 2024 14:08:42 -0400 Subject: [PATCH] patch: remove last instance of basculehelper --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index d8d2582..6bcb81c 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,6 @@ import ( "github.com/spf13/pflag" "github.com/spf13/viper" - "github.com/xmidt-org/bascule/basculehelper" "github.com/xmidt-org/candlelight" "github.com/xmidt-org/touchstone" @@ -121,7 +120,7 @@ func talaria(arguments []string) int { f = pflag.NewFlagSet(applicationName, pflag.ContinueOnError) v = viper.New() - logger, metricsRegistry, webPA, err = server.Initialize(applicationName, arguments, f, v, device.Metrics, rehasher.Metrics, service.Metrics, basculehelper.AuthValidationMetrics) + logger, metricsRegistry, webPA, err = server.Initialize(applicationName, arguments, f, v, device.Metrics, rehasher.Metrics, service.Metrics) ) if parseErr, done := printVersion(f, arguments); done {