obsidiandynamics / goharvest

Transactional outbox harvester for Postgres → Kafka, written in Go
BSD 3-Clause "New" or "Revised" License
184 stars 18 forks source link

Installing the package fails #5

Open indrekj opened 3 months ago

indrekj commented 3 months ago

Running:

go get -u -v github.com/obsidiandynamics/goharvest                                                                                                                                                                                            

produces:

[No write since last change]
go: trying upgrade to github.com/lib/pq@v1.10.9
go: trying upgrade to github.com/obsidiandynamics/goneli@v0.5.0
go: trying upgrade to gopkg.in/confluentinc/confluent-kafka-go.v1@v1.8.2
go: trying upgrade to github.com/confluentinc/confluent-kafka-go@v1.9.2
go: github.com/obsidiandynamics/goharvest imports
        gopkg.in/confluentinc/confluent-kafka-go.v1/kafka/librdkafka: cannot find module providing package gopkg.in/confluentinc/confluent-kafka-go.v1/kafka/librdkafka
ngockhanhnguyen commented 3 months ago

I encounter the same error.