-
-
Notifications
You must be signed in to change notification settings - Fork 530
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 fail with “AsynkronIT / protoactor-go” undefined: balancer.PickOptions and undefined: resolver.BuildOption #475
Comments
@yossidab Hello, have a good day.
|
Disable go molules for this instalation and now it works |
@yossidab @DvpDevelop Hello, it's improved. Just retry it. docker-compose up -d
make test Then, you'll get what you want. |
@qjpcpu Hello, have a good day.
|
I have tried to use "go get github.com/AsynkronIT/protoactor-go/..." and I get:
github.com/coreos/etcd/clientv3/balancer/resolver/endpoint
coreos/etcd@v3.3.25+incompatible/clientv3/balancer/resolver/endpoint/endpoint.go:114:78: undefined: resolver.BuildOption
coreos/etcd@v3.3.25+incompatible/clientv3/balancer/resolver/endpoint/endpoint.go:182:31: undefined: resolver.ResolveNowOption
github.com/coreos/etcd/clientv3/balancer/picker
coreos/etcd@v3.3.25+incompatible/clientv3/balancer/picker/err.go:37:44: undefined: balancer.PickOptions
coreos/etcd@v3.3.25+incompatible/clientv3/balancer/picker/roundrobin_balanced.go:55:54: undefined: balancer.PickOptions
I finally got a folder with that name:
$GOPATH/go/pkg/mod/github.com/!asynkron!i!t/protoactor-go@v0.0.0-20210405044454-10bc19881ad6/go.mod
instead of :
$GOPATH/src/github.com/AsynkronIT/protoactor-go
Also i fail in the test at this point: My result:
go list ./... | grep -v consul
| grep -v 'no test files'ok github.com/AsynkronIT/protoactor-go/actor (cached)
ok github.com/AsynkronIT/protoactor-go/actor/middleware/opentracing (cached) [no tests to run]
ok github.com/AsynkronIT/protoactor-go/actor/middleware/propagator (cached)
ok github.com/AsynkronIT/protoactor-go/cluster (cached)
ok github.com/AsynkronIT/protoactor-go/cluster/automanaged (cached) [no tests to run]
expected result:
ok github.com/AsynkronIT/protoactor-go/actor 0.115s
ok github.com/AsynkronIT/protoactor-go/eventstream 0.020s
ok github.com/AsynkronIT/protoactor-go/internal/queue/goring 2.524s
ok github.com/AsynkronIT/protoactor-go/internal/queue/mpsc 2.385s
ok github.com/AsynkronIT/protoactor-go/log 0.017s
ok github.com/AsynkronIT/protoactor-go/mailbox 2.742s
ok github.com/AsynkronIT/protoactor-go/plugin 1.227s
ok github.com/AsynkronIT/protoactor-go/router 1.836s
ok github.com/AsynkronIT/protoactor-go/stream 0.017s
The text was updated successfully, but these errors were encountered: