feat: TreatVault encrypted secret manager with Docker Swarm sync and console plugin
This commit is contained in:
13
go.mod
Normal file
13
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user