feat(media): download and decrypt media

This commit is contained in:
Mathis Maquenne
2024-10-14 16:21:21 +02:00
parent 142dcfa30a
commit b700b6483c
6 changed files with 137 additions and 4 deletions
+1
View File
@@ -7,4 +7,5 @@ require github.com/spf13/cobra v1.8.1
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.28.0
)