feat: TreatVault encrypted secret manager with Docker Swarm sync and console plugin

This commit is contained in:
2026-09-16 16:06:41 -04:00
parent 61a45a4310
commit 63ee4a99e6
25 changed files with 5976 additions and 1 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module cloud.campbellwireless.net/git/barkstack/treatvault
go 1.24
require (
cloud.campbellwireless.net/git/barkstack/barkfile-parser/v2 v2.1.0
filippo.io/age v1.2.1
)
require (
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/sys v0.21.0 // indirect
)