We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package github.com/influxdata/influxdb/client/v2: cannot find package "github.com/influxdata/influxdb/client/v2" in any of: /usr/local/go/src/github.com/influxdata/influxdb/client/v2 (from $GOROOT) /usr/local/go/gopath/src/github.com/influxdata/influxdb/client/v2 (from $GOPATH) package gopkg.in/redis.v5: unrecognized import path "gopkg.in/redis.v5" (https fetch: Get https://gopkg.in/redis.v5?go-get=1: dial tcp: i/o timeout) package gopkg.in/natefinch/lumberjack.v2: unrecognized import path "gopkg.in/natefinch/lumberjack.v2" (https fetch: Get https://gopkg.in/natefinch/lumberjack.v2?go-get=1: dial tcp: i/o timeout)
The text was updated successfully, but these errors were encountered:
这算是个已知问题了。influx改版,导致influx-proxy编译无法通过。dev版里应该已经解决。等有人回报测试OK就可以合并入master。
Sorry, something went wrong.
原来的依赖库 github.com/influxdata/influxdb/client/v2 迁移到了 github.com/influxdata/influxdb1-client
这个好久可以上线 @shell909090
只要有人回报dev通过测试就行。我只做了功能验证,直接合并对生产是有风险的。但是我这里没有生产环境可用于测试,所以只能等回报。 @complexer
No branches or pull requests
package github.com/influxdata/influxdb/client/v2: cannot find package "github.com/influxdata/influxdb/client/v2" in any of:
/usr/local/go/src/github.com/influxdata/influxdb/client/v2 (from $GOROOT)
/usr/local/go/gopath/src/github.com/influxdata/influxdb/client/v2 (from $GOPATH)
package gopkg.in/redis.v5: unrecognized import path "gopkg.in/redis.v5" (https fetch: Get https://gopkg.in/redis.v5?go-get=1: dial tcp: i/o timeout)
package gopkg.in/natefinch/lumberjack.v2: unrecognized import path "gopkg.in/natefinch/lumberjack.v2" (https fetch: Get https://gopkg.in/natefinch/lumberjack.v2?go-get=1: dial tcp: i/o timeout)
The text was updated successfully, but these errors were encountered: