Skip to content

Commit

Permalink
removed the bascule/authorization for now until new bascule
Browse files Browse the repository at this point in the history
  • Loading branch information
maurafortino committed Dec 12, 2023
1 parent 3476187 commit 9ebc050
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 != "" {
Expand Down

0 comments on commit 9ebc050

Please sign in to comment.