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 get github.com/coreos/etcd/clientv3 error #10742

Closed
Linuxbody opened this issue May 20, 2019 · 2 comments
Closed

go get github.com/coreos/etcd/clientv3 error #10742

Linuxbody opened this issue May 20, 2019 · 2 comments

Comments

@Linuxbody
Copy link

go get github.com/coreos/etcd/clientv3

github.com/coreos/etcd/clientv3

github.com/coreos/etcd/clientv3/auth.go:116:72: cannot use auth.callOpts (type []"github.com/coreos/etcd/vendor/google.golang.org/grpc".CallOption) as type []"go.etcd.io/etcd/vendor/google.golang.org/grpc".CallOption in argument to auth.remote.AuthEnable
github.com/coreos/etcd/clientv3/auth.go:121:74: cannot use auth.callOpts (type []"github.com/coreos/etcd/vendor/google.golang.org/grpc".CallOption) as type []"go.etcd.io/etcd/vendor/google.golang.org/grpc".CallOption in argument to auth.remote.AuthDisable
github.com/coreos/etcd/clientv3/auth.go:126:100: cannot use auth.callOpts (type []"github.com/coreos/etcd/vendor/google.golang.org/grpc".CallOption) as type []"go.etcd.io/etcd/vendor/google.golang.org/grpc".CallOption in argument to auth.remote.UserAdd
github.com/coreos/etcd/clientv3/auth.go:131:86: cannot use auth.callOpts (type []"github.com/coreos/etcd/vendor/google.golang.org/grpc".CallOption) as type []"go.etcd.io/etcd/vendor/google.golang.org/grpc".CallOption in argument to auth.remote.UserDelete
github.com/coreos/etcd/clientv3/auth.go:136:122: cannot use auth.callOpts (type []"github.com/coreos/etcd/vendor/google.golang.org/grpc".CallOption) as type []"go.etcd.io/etcd/vendor/google.golang.org/grpc".CallOption in argument to auth.remote.UserChangePassword
github.com/coreos/etcd/clientv3/auth.go:141:104: cannot use auth.callOpts (type []"github.com/coreos/etcd/vendor/google.golang.org/grpc".CallOption) as type []"go.etcd.io/etcd/vendor/google.golang.org/grpc".CallOption in argument to auth.remote.UserGrantRole
github.com/coreos/etcd/clientv3/auth.go:146:80: cannot use auth.callOpts (type []"github.com/coreos/etcd/vendor/google.golang.org/grpc".CallOption) as type []"go.etcd.io/etcd/vendor/google.golang.org/grpc".CallOption in argument to auth.remote.UserGet
github.com/coreos/etcd/clientv3/auth.go:151:72: cannot use auth.callOpts (type []"github.com/coreos/etcd/vendor/google.golang.org/grpc".CallOption) as type []"go.etcd.io/etcd/vendor/google.golang.org/grpc".CallOption in argument to auth.remote.UserList
github.com/coreos/etcd/clientv3/auth.go:156:106: cannot use auth.callOpts (type []"github.com/coreos/etcd/vendor/google.golang.org/grpc".CallOption) as type []"go.etcd.io/etcd/vendor/google.golang.org/grpc".CallOption in argument to auth.remote.UserRevokeRole
github.com/coreos/etcd/clientv3/auth.go:161:80: cannot use auth.callOpts (type []"github.com/coreos/etcd/vendor/google.golang.org/grpc".CallOption) as type []"go.etcd.io/etcd/vendor/google.golang.org/grpc".CallOption in argument to auth.remote.RoleAdd
github.com/coreos/etcd/clientv3/auth.go:161:80: too many errors

@Linuxbody
Copy link
Author

and

/Users/victor/go/src/go.etcd.io/etcd/v3/etcdserver/api/v3rpc/rpctypes (from $GOPATH)
../../../go.etcd.io/etcd/clientv3/auth.go:23:2: cannot find package "go.etcd.io/etcd/v3/etcdserver/etcdserverpb" in any of:
/Users/victor/go/src/go.etcd.io/etcd/vendor/go.etcd.io/etcd/v3/etcdserver/etcdserverpb (vendor tree)
/usr/local/go/src/go.etcd.io/etcd/v3/etcdserver/etcdserverpb (from $GOROOT)
/Users/victor/go/src/go.etcd.io/etcd/v3/etcdserver/etcdserverpb (from $GOPATH)
../../../go.etcd.io/etcd/clientv3/watch.go:26:2: cannot find package "go.etcd.io/etcd/v3/mvcc/mvccpb" in any of:
/Users/victor/go/src/go.etcd.io/etcd/vendor/go.etcd.io/etcd/v3/mvcc/mvccpb (vendor tree)
/usr/local/go/src/go.etcd.io/etcd/v3/mvcc/mvccpb (from $GOROOT)
/Users/victor/go/src/go.etcd.io/etcd/v3/mvcc/mvccpb (from $GOPATH)
../../../go.etcd.io/etcd/clientv3/client.go:34:2: cannot find package "go.etcd.io/etcd/v3/pkg/logutil" in any of:
/Users/victor/go/src/go.etcd.io/etcd/vendor/go.etcd.io/etcd/v3/pkg/logutil (vendor tree)
/usr/local/go/src/go.etcd.io/etcd/v3/pkg/logutil (from $GOROOT)
/Users/victor/go/src/go.etcd.io/etcd/v3/pkg/logutil (from $GOPATH)
../../../go.etcd.io/etcd/clientv3/cluster.go:21:2: cannot find package "go.etcd.io/etcd/v3/pkg/types" in any of:
/Users/victor/go/src/go.etcd.io/etcd/vendor/go.etcd.io/etcd/v3/pkg/types (vendor tree)
/usr/local/go/src/go.etcd.io/etcd/v3/pkg/types (from $GOROOT)
/Users/victor/go/src/go.etcd.io/etcd/v3/pkg/types (from $GOPATH)
exit status 1
Process exiting with code: 1

@gyuho
Copy link
Contributor

gyuho commented May 28, 2019

Please try again.

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