Skip to content

Commit 172d438

Browse files
committed
Influx client package has moved repository
1 parent 5dffa7d commit 172d438

File tree

19 files changed

+235
-329
lines changed

19 files changed

+235
-329
lines changed

Gopkg.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/mq_influx/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ supporting alternative database collection protocols.
2828

2929
* You also need access to the InfluxDB Go client interface.
3030

31-
The command `go get -u github.com/influxdata/influxdb/client/v2` should pull
32-
down the client code and its dependencies.
31+
The command `go get -u github.com/influxdata/influxdb1-client/v2` should pull
32+
down the client code and its dependencies. Although this package will automatically
33+
download the correct component via `dep ensure` or make use of the existing `vendor`
34+
directory.
3335

3436
* The error logger package may need to be explicitly downloaded
3537

cmd/mq_influx/exporter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"time"
3030

3131
"github.com/ibm-messaging/mq-golang/mqmetric"
32-
client "github.com/influxdata/influxdb/client/v2"
32+
client "github.com/influxdata/influxdb1-client/v2"
3333
log "github.com/sirupsen/logrus"
3434
)
3535

cmd/mq_influx/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
"time"
2424

2525
"github.com/ibm-messaging/mq-golang/mqmetric"
26-
"github.com/influxdata/influxdb/client/v2"
26+
"github.com/influxdata/influxdb1-client/v2"
2727
log "github.com/sirupsen/logrus"
2828
)
2929

vendor/github.com/influxdata/influxdb/LICENSE

Lines changed: 0 additions & 20 deletions
This file was deleted.

vendor/github.com/influxdata/influxdb/LICENSE_OF_DEPENDENCIES.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

vendor/github.com/influxdata/influxdb/models/consistency.go

Lines changed: 0 additions & 48 deletions
This file was deleted.

vendor/github.com/influxdata/influxdb1-client/LICENSE

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/influxdata/influxdb/models/inline_fnv.go renamed to vendor/github.com/influxdata/influxdb1-client/models/inline_fnv.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/influxdata/influxdb/models/inline_strconv_parse.go renamed to vendor/github.com/influxdata/influxdb1-client/models/inline_strconv_parse.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)