mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Renamed influxdb to influxdata in Godeps
This commit is contained in:
parent
94ca825a19
commit
2fb43eb68c
16
Godeps/Godeps.json
generated
16
Godeps/Godeps.json
generated
@ -1395,42 +1395,42 @@
|
||||
"Rev": "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/influxdb/influxdb/client",
|
||||
"ImportPath": "github.com/influxdata/influxdb/client",
|
||||
"Comment": "v0.9.2.1",
|
||||
"Rev": "b237c68bab4756507baf6840023be103853e77db"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/influxdb/influxdb/influxql",
|
||||
"ImportPath": "github.com/influxdata/influxdb/influxql",
|
||||
"Comment": "v0.9.2.1",
|
||||
"Rev": "b237c68bab4756507baf6840023be103853e77db"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/influxdb/influxdb/meta",
|
||||
"ImportPath": "github.com/influxdata/influxdb/meta",
|
||||
"Comment": "v0.9.2.1",
|
||||
"Rev": "b237c68bab4756507baf6840023be103853e77db"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/influxdb/influxdb/meta/internal",
|
||||
"ImportPath": "github.com/influxdata/influxdb/meta/internal",
|
||||
"Comment": "v0.9.2.1",
|
||||
"Rev": "b237c68bab4756507baf6840023be103853e77db"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/influxdb/influxdb/snapshot",
|
||||
"ImportPath": "github.com/influxdata/influxdb/snapshot",
|
||||
"Comment": "v0.9.2.1",
|
||||
"Rev": "b237c68bab4756507baf6840023be103853e77db"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/influxdb/influxdb/toml",
|
||||
"ImportPath": "github.com/influxdata/influxdb/toml",
|
||||
"Comment": "v0.9.2.1",
|
||||
"Rev": "b237c68bab4756507baf6840023be103853e77db"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/influxdb/influxdb/tsdb",
|
||||
"ImportPath": "github.com/influxdata/influxdb/tsdb",
|
||||
"Comment": "v0.9.2.1",
|
||||
"Rev": "b237c68bab4756507baf6840023be103853e77db"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/influxdb/influxdb/tsdb/internal",
|
||||
"ImportPath": "github.com/influxdata/influxdb/tsdb/internal",
|
||||
"Comment": "v0.9.2.1",
|
||||
"Rev": "b237c68bab4756507baf6840023be103853e77db"
|
||||
},
|
||||
|
@ -21,7 +21,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
influxdb "github.com/influxdb/influxdb/client"
|
||||
influxdb "github.com/influxdata/influxdb/client"
|
||||
"k8s.io/kubernetes/pkg/api"
|
||||
)
|
||||
|
||||
|
@ -22,7 +22,7 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
influxdb "github.com/influxdb/influxdb/client"
|
||||
influxdb "github.com/influxdata/influxdb/client"
|
||||
"k8s.io/kubernetes/pkg/api"
|
||||
client "k8s.io/kubernetes/pkg/client/unversioned"
|
||||
"k8s.io/kubernetes/pkg/labels"
|
||||
|
Loading…
Reference in New Issue
Block a user