Skip to content

Commit

Permalink
dependency fix and minor README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
b0000000000000t committed Sep 21, 2018
1 parent 06ce79e commit c843cb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@
[prune]
go-tests = true
unused-packages = true

[[constraint]]
name = "github.com/BurntSushi/toml"
version = "0.3.0"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit c843cb6

Please sign in to comment.