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 fb3a936224
commit 452b58cd3e
Signed by: towk
GPG key ID: 0430CDBE22619155

View file

@ -6,8 +6,8 @@ import (
"os" "os"
"strconv" "strconv"
magellan "github.com/OpenCHAMI/magellan/internal" magellan "github.com/davidallendj/magellan/internal"
"github.com/OpenCHAMI/magellan/internal/cache/sqlite" "github.com/davidallendj/magellan/internal/cache/sqlite"
"github.com/rs/zerolog/log" "github.com/rs/zerolog/log"
"github.com/spf13/cobra" "github.com/spf13/cobra"
) )