Commit b6edff5c authored by Karol Kraśkiewicz's avatar Karol Kraśkiewicz

bazel build files generated for new inflixdb library

parent 2a270e8f
...@@ -168,7 +168,7 @@ go_library( ...@@ -168,7 +168,7 @@ go_library(
"//vendor:github.com/ghodss/yaml", "//vendor:github.com/ghodss/yaml",
"//vendor:github.com/golang/glog", "//vendor:github.com/golang/glog",
"//vendor:github.com/google/cadvisor/info/v1", "//vendor:github.com/google/cadvisor/info/v1",
"//vendor:github.com/influxdata/influxdb/client", "//vendor:github.com/influxdata/influxdb/client/v2",
"//vendor:github.com/onsi/ginkgo", "//vendor:github.com/onsi/ginkgo",
"//vendor:github.com/onsi/ginkgo/config", "//vendor:github.com/onsi/ginkgo/config",
"//vendor:github.com/onsi/ginkgo/reporters", "//vendor:github.com/onsi/ginkgo/reporters",
......
...@@ -4791,11 +4791,24 @@ go_library( ...@@ -4791,11 +4791,24 @@ go_library(
) )
go_library( go_library(
name = "github.com/influxdata/influxdb/client/v2",
srcs = [
"github.com/influxdata/influxdb/client/v2/client.go",
"github.com/influxdata/influxdb/client/v2/udp.go",
],
tags = ["automanaged"],
deps = ["//vendor:github.com/influxdata/influxdb/models"],
)
go_library(
name = "github.com/influxdata/influxdb/models", name = "github.com/influxdata/influxdb/models",
srcs = [ srcs = [
"github.com/influxdata/influxdb/models/consistency.go", "github.com/influxdata/influxdb/models/consistency.go",
"github.com/influxdata/influxdb/models/inline_fnv.go",
"github.com/influxdata/influxdb/models/inline_strconv_parse.go",
"github.com/influxdata/influxdb/models/points.go", "github.com/influxdata/influxdb/models/points.go",
"github.com/influxdata/influxdb/models/rows.go", "github.com/influxdata/influxdb/models/rows.go",
"github.com/influxdata/influxdb/models/statistic.go",
"github.com/influxdata/influxdb/models/time.go", "github.com/influxdata/influxdb/models/time.go",
], ],
tags = ["automanaged"], tags = ["automanaged"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment