mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 21:45:26 +01:00
* Add vault/api to vendor/ * Adds support for sops publish-ing to Vault * Adds support for publishing secrets (unencrypted) to Vault * Adds a new EmitAsMap for TreeBanches * Adds documentation about sops publish-ing to Vault * Initial integration/functional test for publishing to vault
7 lines
112 B
Modula-2
7 lines
112 B
Modula-2
module github.com/frankban/quicktest
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.3.0
|
|
github.com/kr/pretty v0.1.0
|
|
)
|