hoonmin / influxdb-collectd-proxy

A very simple proxy between collectd and influxdb.
MIT License
72 stars 26 forks source link

Use Godep to track which version dependencies #26

Closed yanfali closed 9 years ago

yanfali commented 9 years ago

influxdb client has changed API, only versions before 0.8.7 appear to work without code changes.

Install godep:

  go get tools/godep

Use godep restore to pull the correct dependencies. Use godep save to update dependencies.

viglesiasce commented 9 years ago

I also hit this. I'd love to see this get merged soon.

hoonmin commented 9 years ago

Merged. Thank you!