From d5499a219de0ac0603998d17a4396b6b996389f7 Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Mon, 31 Mar 2025 15:35:15 -0600 Subject: [PATCH] feat: add default secret to local store --- cmd/collect.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmd/collect.go b/cmd/collect.go index 0846ff5..f73de24 100644 --- a/cmd/collect.go +++ b/cmd/collect.go @@ -3,11 +3,6 @@ package cmd import ( "encoding/json" - "github.com/OpenCHAMI/magellan/internal/cache/sqlite" - urlx "github.com/OpenCHAMI/magellan/internal/url" - magellan "github.com/OpenCHAMI/magellan/pkg" - "github.com/OpenCHAMI/magellan/pkg/auth" - "github.com/OpenCHAMI/magellan/pkg/secrets" "github.com/cznic/mathutil" "github.com/davidallendj/magellan/internal/cache/sqlite" urlx "github.com/davidallendj/magellan/internal/urlx"