Watch
1
0
Fork
You've already forked golang-github-hashicorp-go-secure-stdlib
0
No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann 9cfc64c92b
Completing references in copyright.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-07-24 09:03:36 +02:00
.github Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
awsutil Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
base62 Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
configutil Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
debian Completing references in copyright. 2026-07-24 09:03:36 +02:00
fileutil Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
gatedwriter Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
kv-builder Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
listenerutil Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
mlock Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
nonceutil Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
parseutil Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
password Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
pluginutil Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
reloadutil Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
strutil Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
tlsutil Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
.gitignore Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
CONTRIBUTING.md Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
LICENSE Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00
README.md Adding upstream version 0.1.0. 2026-05-10 21:30:07 +02:00

Stdlib for HashiCorp Secure products

These libraries are maintained by engineers in the HashiCorp's Secure division as a stdlib for its projects -- Vault, Vault plugins, Boundary, etc. -- to reduce code duplication and increase consistency.

Each library is its own Go module, although some of them may have dependencies on others within the repo. The libraries follow Go module versioning rules.

Most of the libraries in here were originally pulled from vault/helper/metricsutil, vault/sdk/helper, and vault/internalshared; see there for contribution and change history prior to their move here.

All modules are licensed according to MPLv2 as contained in the LICENSE file; this file is duplicated in each module.