mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-19 19:17:02 -07:00
feat(secrets): implement SecretStore interface and StaticStore/LocalStore for credential management
This commit is contained in:
parent
5bbd0b8998
commit
853e27c312
13 changed files with 525 additions and 28 deletions
5
go.mod
5
go.mod
|
|
@ -16,7 +16,10 @@ require (
|
|||
golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8
|
||||
)
|
||||
|
||||
require github.com/rs/zerolog v1.33.0
|
||||
require (
|
||||
github.com/rs/zerolog v1.33.0
|
||||
golang.org/x/crypto v0.32.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/google/go-cmp v0.6.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue