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.
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.