influxdata / influxdb1-client

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

go get fails #49

Open mirajmohd opened 3 years ago

mirajmohd commented 3 years ago

go get github.com/influxdata/influxdb1-client/v2 gives this error:

github.com/influxdata/flux/values

......\lib\src\github.com\influxdata\flux\values\dict.go:261:25: cannot use immutable.NewSortedMap(dictComparer(dictType)) (type immutable.SortedMap) as type immutable.Comparer in argument to immutable.NewSortedMapBuilder: immutable.SortedMap does not implement immutable.Comparer (missing Compare method)

What could be the issue?