Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.etcd.io/etcd/clientv3: got error internal package not allowed #11529

Closed
shihray opened this issue Jan 16, 2020 · 2 comments
Closed

go.etcd.io/etcd/clientv3: got error internal package not allowed #11529

shihray opened this issue Jan 16, 2020 · 2 comments

Comments

@shihray
Copy link

shihray commented Jan 16, 2020

when I use go get -u go.etcd.io/etcd/clientv3 to install package
I got this error

..\..\..\..\go.etcd.io\etcd\vendor\google.golang.org\grpc\balancer_conn_wrappers.go:28:2: use of internal package google.golang.org/grpc/internal/buffer not allowed
..\..\..\..\go.etcd.io\etcd\vendor\google.golang.org\grpc\clientconn.go:49:2: use of internal package google.golang.org/grpc/internal/resolver/dns not allowed
..\..\..\..\go.etcd.io\etcd\vendor\google.golang.org\grpc\clientconn.go:50:2: use of internal package google.golang.org/grpc/internal/resolver/passthrough not allowed
@spzala
Copy link
Member

spzala commented Jan 18, 2020

Same issue as #11532

This was referenced Jan 18, 2020
@spzala
Copy link
Member

spzala commented Jan 29, 2020

This is fixed under #11557 I am closing the issue after successfully running the go get. Please reopen if needed. Thanks!

@spzala spzala closed this as completed Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants