shell909090 / influx-proxy

Other
487 stars 272 forks source link

执行go get -u github.com/shell909090/influx-proxy/service报错 #94

Open bxhbpdxhzGithub opened 4 years ago

bxhbpdxhzGithub commented 4 years ago

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)

shell909090 commented 4 years ago

这算是个已知问题了。influx改版,导致influx-proxy编译无法通过。dev版里应该已经解决。等有人回报测试OK就可以合并入master。

chengshiwen commented 4 years ago

原来的依赖库 github.com/influxdata/influxdb/client/v2 迁移到了 github.com/influxdata/influxdb1-client

LingJianCode commented 4 years ago

这个好久可以上线 @shell909090

shell909090 commented 4 years ago

只要有人回报dev通过测试就行。我只做了功能验证,直接合并对生产是有风险的。但是我这里没有生产环境可用于测试,所以只能等回报。 @complexer