Closed embs closed 7 years ago
I figured out that project path must follow glide conventions in order to the build work.
Should we add to the README
$GOPATH/src/github.com/microservices-demo/user
)❓
Anyway, I'm closing this issue as updating code syntax is not an impediment to building the project and it seems to be no other reason to updating the mentioned dependencies.
Recent changes in https://github.com/go-kit/kit/ and https://godoc.org/google.golang.org/grpc/metadata packages break the build.
The final lines for
make
are these ones:I've tried tackling these problems in https://github.com/weaveworks/common/pull/54 and https://github.com/microservices-demo/user/pull/51 but wonder if is there a way to use fixed packages versions so the build becomes more tolerant to changes in dependencies interface.