Skip to content

Commit

Permalink
Update toml dependency for slice panic when reading the config
Browse files Browse the repository at this point in the history
The bug was fixed by BurntSushi/toml#84.

Also adding gdm install to `make tools`.
  • Loading branch information
jsternberg committed Feb 23, 2016
1 parent 50753de commit 2837f64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Godeps
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
collectd.org/api 9fc824c70f713ea0f058a07b49a4c563ef2a3b98
collectd.org/cdtime 9fc824c70f713ea0f058a07b49a4c563ef2a3b98
collectd.org/network 9fc824c70f713ea0f058a07b49a4c563ef2a3b98
github.com/BurntSushi/toml 5c4df71dfe9ac89ef6287afc05e4c1b16ae65a1e
collectd.org 9fc824c70f713ea0f058a07b49a4c563ef2a3b98
github.com/BurntSushi/toml a4eecd407cf4129fc902ece859a0114e4cf1a7f4
github.com/armon/go-metrics 345426c77237ece5dab0e1605c3e4b35c3f54757
github.com/bmizerany/pat b8a35001b773c267eb260a691f4e5499a3531600
github.com/boltdb/bolt 2f846c3551b76d7710f159be840d66c3d064abbe
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ tools:
go get github.com/opennota/check/...
go get github.com/golang/lint/golint
go get github.com/kisielk/errcheck
go get github.com/sparrc/gdm

.PHONY: default,metalint,deadcode,cyclo,aligncheck,defercheck,structcheck,lint,errcheck,tools
.PHONY: default,metalint,deadcode,cyclo,aligncheck,defercheck,structcheck,lint,errcheck,tools

0 comments on commit 2837f64

Please sign in to comment.