diff --git a/README.md b/README.md index 7dd8cb5..6dfc373 100644 --- a/README.md +++ b/README.md @@ -164,12 +164,11 @@ export GOPATH="$GOPATH:..../wigo/src" ### Dependencies ```sh go get github.com/docopt/docopt-go -go get github.com/camathieu/gopentsdb +go get github.com/root-gg/gopentsdb go get github.com/fatih/color go get github.com/nu7hatch/gouuid go get github.com/BurntSushi/toml go get github.com/codegangsta/martini -go get github.com/camathieu/gopentsdb go get github.com/docopt/docopt-go go get github.com/fatih/color go get github.com/lann/squirrel diff --git a/VERSION b/VERSION index 15fc179..83da497 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.73.5 +0.73.6 diff --git a/src/wigo/global.go b/src/wigo/global.go index b07126c..f48ae8b 100644 --- a/src/wigo/global.go +++ b/src/wigo/global.go @@ -12,12 +12,12 @@ import ( "container/list" "errors" - "github.com/camathieu/gopentsdb" "github.com/docopt/docopt-go" "github.com/fatih/color" "github.com/lann/squirrel" _ "github.com/mattn/go-sqlite3" "github.com/nu7hatch/gouuid" + "github.com/root-gg/gopentsdb" "io/ioutil" "path/filepath" "runtime" diff --git a/src/wigo/probe.go b/src/wigo/probe.go index 951f0f5..0ec3883 100644 --- a/src/wigo/probe.go +++ b/src/wigo/probe.go @@ -2,8 +2,8 @@ package wigo import ( "encoding/json" - "github.com/camathieu/gopentsdb" "github.com/fatih/color" + "github.com/root-gg/gopentsdb" "log" "strconv" "strings"