diff options
Diffstat (limited to 'internal/store/store.go')
| -rw-r--r-- | internal/store/store.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/store/store.go b/internal/store/store.go index fe9f132..0dfa5e7 100644 --- a/internal/store/store.go +++ b/internal/store/store.go @@ -19,9 +19,9 @@ import ( "sort" "strings" - "codeberg.org/snonux/geheim/internal/config" - "codeberg.org/snonux/geheim/internal/crypto" - "codeberg.org/snonux/geheim/internal/git" + "codeberg.org/snonux/foostore/internal/config" + "codeberg.org/snonux/foostore/internal/crypto" + "codeberg.org/snonux/foostore/internal/git" ) // Action describes what to do with each matching secret during a Search call. |
