open-vault/internalshared
Scott Miller 7d9524be2f
Expose unknown fields and duplicate sections as diagnose warnings (#11455)
* Expose unknown fields and duplicate sections as diagnose warnings

* section counts not needed, already handled

* Address PR feedback

* Prune more of the new fields before tests call deep.Equals

* Update go.mod
2021-05-04 14:47:56 -05:00
..
configutil Expose unknown fields and duplicate sections as diagnose warnings (#11455) 2021-05-04 14:47:56 -05:00
gatedwriter Revert "Migrate internalshared out (#9727)" (#10141) 2020-10-13 16:38:21 -07:00
kv-builder Revert "Migrate internalshared out (#9727)" (#10141) 2020-10-13 16:38:21 -07:00
listenerutil Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
reloadutil Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
README.md Revert "Migrate internalshared out (#9727)" (#10141) 2020-10-13 16:38:21 -07:00

README.md

HashiCorp-internal libs

Do not use these unless you know what you're doing.

These libraries are used by other HashiCorp software to reduce code duplication and increase consistency. They are not libraries needed by Vault plugins -- those are in the sdk/ module.

There are no compatibility guarantees. Things in here may change or move or disappear at any time.

If you are a Vault plugin author and think you need a library in here in your plugin, please open an issue for discussion.