vault/internalshared
Josh Black fa13dbd381
add gosimport to make fmt and run it (#25383)
* add gosimport to make fmt and run it

* move installation to tools.sh

* correct weird spacing issue

* Update Makefile

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>

* fix a weird issue

---------

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
2024-02-13 14:07:02 -08:00
..
configutil add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
listenerutil Switch from mitchellh/cli to hashicorp/cli (#24239) 2023-12-04 11:05:02 -08:00
README.md Revert "Migrate internalshared out (#9727)" (#10141) 2020-10-13 16:38:21 -07:00

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.