From c843cb605f6b78ff44e4fae09e778146ee0e1fe7 Mon Sep 17 00:00:00 2001 From: b0000000000000t Date: Fri, 21 Sep 2018 11:56:07 +0600 Subject: [PATCH] dependency fix and minor README changes --- Gopkg.toml | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) 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/)