coinrust / crex

A Golang cryptocurrency trading API & Library. Support Binance, BitMEX, Deribit, Bybit, Huobi DM, OKEX Futures and more.
MIT License
501 stars 153 forks source link

Cannot build examples : unexistent library ? #27

Closed tuanito closed 3 years ago

tuanito commented 3 years ago

Hello, I am trying to run the examples : cd crex/examples/live go build -x main.go after some time, the build fails with this message : o: github.com/micro/go-micro@v1.18.0 requires github.com/micro/mdns@v0.3.0: reading github.com/micro/mdns/go.mod at revision v0.3.0: unknown revision v0.3.0

github.com/micro/mdns does not exist indeed anymore. I believe the former repo has moved somewhere else. How is it possible to point it to the new repo ? Thanks.