From 452b58cd3e8b997d45803920e540edfb12276f9f Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Sun, 3 Nov 2024 21:25:52 -0700 Subject: [PATCH] updated references in cmd/cache.go --- cmd/cache.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/cache.go b/cmd/cache.go index ef605a9..11c87a5 100644 --- a/cmd/cache.go +++ b/cmd/cache.go @@ -6,8 +6,8 @@ import ( "os" "strconv" - magellan "github.com/OpenCHAMI/magellan/internal" - "github.com/OpenCHAMI/magellan/internal/cache/sqlite" + magellan "github.com/davidallendj/magellan/internal" + "github.com/davidallendj/magellan/internal/cache/sqlite" "github.com/rs/zerolog/log" "github.com/spf13/cobra" )