Migrated to cobra for command handling and viper for config handling

This commit is contained in:
2026-02-25 21:17:23 +01:00
parent 61b65bf81c
commit 9eeb7a6ec0
13 changed files with 646 additions and 580 deletions

View File

@@ -8,7 +8,6 @@ import (
"io"
"os"
_ "filippo.io/age"
"golang.org/x/crypto/chacha20poly1305"
)