influxdata / influxdata/kapacitor
Dependency collision with influxdb
- Dominant language
- Go
- Stars
- 2.4k
- Forks
- 479
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 4
Description
When trying to use the kapacitor client there is dependency collision between the latest influxdb client (v1.7.4) and the latest kapacitor client (v1.5.2).
kapacitor client relies on an old influxdb, specifically influxql package (according to Gopkg.lock version = "v1.1.4").
It should be possible to use the same products as modules in the same go project.
Contributor guide
Research direction
Start by comparing the kapacitor client's Gopkg.lock entry for influxql v1.1.4 with the latest influxdb client v1.7.4 dependency requirements. Reproduce the collision in a Go project that imports both clients, then verify that both products can be used together without dependency conflicts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100