diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2021-01-24 15:27:07 -0500 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2021-01-24 15:29:14 -0500 |
| commit | 2681ee9e226f5dc33e0ca1318e4f1de2a807e655 (patch) | |
| tree | b8043e89ee526d5fc64e71f55f22cc5eb468ddf6 /README.md | |
| parent | 8e547fe6bbdda167423da5c6bcdf95eacbbb8c56 (diff) | |
Use etcd-io/bbolt fork instead of boltdb/bolt
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ _Read the docs at [docs.gomplate.ca][docs-url], chat with developers and communi [![Discussions][discussions-image]][discussions-url] `gomplate` is a template renderer which supports a growing list of datasources, -such as: JSON (_including EJSON - encrypted JSON_), YAML, AWS EC2 metadata, [BoltDB](https://github.com/boltdb/bolt), +such as: JSON (_including EJSON - encrypted JSON_), YAML, AWS EC2 metadata, [BoltDB](https://pkg.go.dev/go.etcd.io/bbolt), [Hashicorp Consul](https://www.consul.io/) and [Hashicorp Vault](https://www.vaultproject.io/) secrets. Come chat with developers and community in the [#gomplate channel][] on [Gophers Slack][] and on [GitHub Discussions][discussions-url]! |
