deps: Add missing influx libraries to Godeps.json
This commit is contained in:
parent
9cb08cb229
commit
7080c876e2
|
@ -772,6 +772,21 @@
|
||||||
"Comment": "0.2.1-3-gb1859b1",
|
"Comment": "0.2.1-3-gb1859b1",
|
||||||
"Rev": "b1859b199a7171589445bdea9fa8c19362613f80"
|
"Rev": "b1859b199a7171589445bdea9fa8c19362613f80"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ImportPath": "github.com/influxdata/influxdb/client",
|
||||||
|
"Comment": "v0.10.0-617-gf233a8b",
|
||||||
|
"Rev": "f233a8bac88d1f2dc282a98186f5a3363b806181"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ImportPath": "github.com/influxdata/influxdb/models",
|
||||||
|
"Comment": "v0.10.0-617-gf233a8b",
|
||||||
|
"Rev": "f233a8bac88d1f2dc282a98186f5a3363b806181"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ImportPath": "github.com/influxdata/influxdb/pkg/escape",
|
||||||
|
"Comment": "v0.10.0-617-gf233a8b",
|
||||||
|
"Rev": "f233a8bac88d1f2dc282a98186f5a3363b806181"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/jen20/riviera/azure",
|
"ImportPath": "github.com/jen20/riviera/azure",
|
||||||
"Rev": "64de55fa8cdd0c52f7d59494c1b03c1b583c52b4"
|
"Rev": "64de55fa8cdd0c52f7d59494c1b03c1b583c52b4"
|
||||||
|
|
|
@ -48,7 +48,6 @@ the configuration below.
|
||||||
```go
|
```go
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import
|
|
||||||
import (
|
import (
|
||||||
"net/url"
|
"net/url"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
Loading…
Reference in New Issue