I've been working a bit with the Ory stack and I l...
# talk-keto
m
I've been working a bit with the Ory stack and I love it. I've started implementing Keto, but I'm stumped in importing the gRPC proto bindings for Go:
<http://github.com/ory/keto/proto|github.com/ory/keto/proto>: module <http://github.com/ory/keto/proto@latest|github.com/ory/keto/proto@latest> found (v0.7.0-alpha.1), but does not contain package <http://github.com/ory/keto/proto|github.com/ory/keto/proto>
Oh, right, I needed to do a deep import:
<http://github.com/ory/keto/proto/ory/keto/acl/v1alpha1|github.com/ory/keto/proto/ory/keto/acl/v1alpha1>
👍 1