updated references in cmd/cache.go

This commit is contained in:
David Allen 2024-11-03 21:25:52 -07:00 committed by David Allen
parent 85b4789b3f
commit 11b93f6b62
Signed by: towk
GPG key ID: 0430CDBE22619155

View file

@ -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"
)