summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2021-01-24 15:27:07 -0500
committerDave Henderson <dhenderson@gmail.com>2021-01-24 15:29:14 -0500
commit2681ee9e226f5dc33e0ca1318e4f1de2a807e655 (patch)
treeb8043e89ee526d5fc64e71f55f22cc5eb468ddf6 /README.md
parent8e547fe6bbdda167423da5c6bcdf95eacbbb8c56 (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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7281253b..c1f36e54 100644
--- a/README.md
+++ b/README.md
@@ -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]!