Skip to content

Commit

Permalink
switch to gopkg.in version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gorsuch committed Jul 16, 2014
1 parent 97a5ea3 commit a32b67f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sensord.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import (
"time"

"github.com/canaryio/data"
"github.com/canaryio/measure/curl"
"github.com/rcrowley/go-metrics"
"github.com/rcrowley/go-metrics/influxdb"
"github.com/rcrowley/go-metrics/librato"
"github.com/vmihailenco/msgpack"
"gopkg.in/canaryio/measure.v3/curl"
)

var config Config
Expand Down

0 comments on commit a32b67f

Please sign in to comment.