ITxPT / DATA4PTTools

Shared space for the development of the DATA4PT Greenlight NeTEx validation tool(s)
MIT License
10 stars 2 forks source link

Warning on "sarama" while compiling from source #22

Closed thbar closed 2 years ago

thbar commented 2 years ago

Hello! I'm compiling from source to evaluate the validator (we cannot use it from Docker in our production, which itself runs as a docker app), and wanted to provide the following feedback:

While compiling the app, I see a warning:

❯ go get
go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5
# SNIP

go: warning: github.com/Shopify/sarama@v1.31.0: retracted by module author: producer deadlock https://github.com/Shopify/sarama/issues/2129
go: to switch to the latest unretracted version, run:
    go get github.com/Shopify/sarama@latest

The issue https://github.com/Shopify/sarama/issues/2129 has been fixed in the sarama library apparently.

lekotros commented 2 years ago

Fixed in https://github.com/ITxPT/DATA4PTTools/pull/26