diff --git a/Gopkg.toml b/Gopkg.toml index f9feb64..8086b5d 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -25,3 +25,7 @@ [prune] go-tests = true unused-packages = true + +[[constraint]] + name = "github.com/BurntSushi/toml" + version = "0.3.0" diff --git a/README.md b/README.md index b79998f..c254aef 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Confita is a library that loads configuration from multiple backends and stores - Environment variables - JSON files - Yaml files +- Toml files - Command line flags - [etcd](https://github.com/coreos/etcd) - [Consul](https://www.consul.io/)