summaryrefslogtreecommitdiff
path: root/internal/store/index.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/store/index.go')
-rw-r--r--internal/store/index.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/store/index.go b/internal/store/index.go
index 9064971..923082f 100644
--- a/internal/store/index.go
+++ b/internal/store/index.go
@@ -11,8 +11,8 @@ import (
"path/filepath"
"strings"
- "codeberg.org/snonux/geheim/internal/crypto"
- "codeberg.org/snonux/geheim/internal/git"
+ "codeberg.org/snonux/foostore/internal/crypto"
+ "codeberg.org/snonux/foostore/internal/git"
)
// Index represents a decrypted .index file and its associated .data path.