Skip to content

Commit

Permalink
gopentsdb lib from root.gg repo
Browse files Browse the repository at this point in the history
  • Loading branch information
carsso committed Feb 19, 2016
1 parent 8d0e3b9 commit 763e77e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.73.5
0.73.6
2 changes: 1 addition & 1 deletion src/wigo/global.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/wigo/probe.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 763e77e

Please sign in to comment.