influxdata / influxdb1-client

The old clientv2 for InfluxDB 1.x
MIT License
190 stars 112 forks source link

compilation error #35

Closed tkaagent closed 4 years ago

tkaagent commented 4 years ago

`tkaagent@ubuntu1:~/jtimon$ sudo go build

_/home/tkaagent/jtimon

./subscribe_cisco_iosxr.go:198:33: cannot use conn (type "google.golang.org/grpc".ClientConn) as type "github.com/nileshsimaria/jtimon/vendor/google.golang.org/grpc".ClientConn in argument to IOSXRExtensibleManagabilityService.NewGRPCConfigOperClient ./subscribe_juniper_junos.go:105:41: cannot use conn (type "google.golang.org/grpc".ClientConn) as type "github.com/nileshsimaria/jtimon/vendor/google.golang.org/grpc".ClientConn in argument to "github.com/nileshsimaria/jtimon/telemetry".NewOpenConfigTelemetryClient ./subscribe_juniper_junos.go:228:32: cannot use conn (type "google.golang.org/grpc".ClientConn) as type "github.com/nileshsimaria/jtimon/vendor/google.golang.org/grpc".ClientConn in argument to authentication.NewLoginClient tkaagent@ubuntu1:~/jtimon$`

tkaagent commented 4 years ago

mistake