Go-micro: go get github.com/micro/go-micro fails

Created on 9 Oct 2019  路  14Comments  路  Source: asim/go-micro

 go get github.com/micro/go-micro

 github.com/coreos/etcd/clientv3
..\github.com\coreos\etcd\clientv3\auth.go:121: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:126: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:131:152: 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:136:144: 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:141: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:146: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:151: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:156: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:161: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:166: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:166:106: too many errors
go.mod

Most helpful comment

Please use go modules. Go modules will be on by default in Go in the future. That will built fine.

Please do the following.

export GO111MODULE=on
go get github.com/micro/micro

Avoid doing go get -u

All 14 comments

Please use go modules and go 1.13. Etcd supports vendoring and go modules, their master builds may break.

Yes I meet the same problem.

go get -u -v github.com/micro/go-micro
github.com/micro/go-micro (download)
github.com/micro/cli (download)
github.com/google/uuid (download)
github.com/golang/protobuf (download)
github.com/micro/mdns (download)
github.com/miekg/dns (download)
get "golang.org/x/crypto/ed25519": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at //golang.org/x/crypto/ed25519?go-get=1
get "golang.org/x/crypto/ed25519": verifying non-authoritative meta tag
golang.org/x/crypto (download)
get "golang.org/x/net/ipv4": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at //golang.org/x/net/ipv4?go-get=1
get "golang.org/x/net/ipv4": verifying non-authoritative meta tag
golang.org/x/net (download)
get "golang.org/x/net/bpf": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at //golang.org/x/net/bpf?go-get=1
get "golang.org/x/net/bpf": verifying non-authoritative meta tag
get "golang.org/x/net/internal/iana": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at //golang.org/x/net/internal/iana?go-get=1
get "golang.org/x/net/internal/iana": verifying non-authoritative meta tag
get "golang.org/x/net/internal/socket": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at //golang.org/x/net/internal/socket?go-get=1
get "golang.org/x/net/internal/socket": verifying non-authoritative meta tag
get "golang.org/x/sys/windows": found meta tag get.metaImport{Prefix:"golang.org/x/sys", VCS:"git", RepoRoot:"https://go.googlesource.com/sys"} at //golang.org/x/sys/windows?go-get=1
get "golang.org/x/sys/windows": verifying non-authoritative meta tag
golang.org/x/sys (download)
get "golang.org/x/net/ipv6": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at //golang.org/x/net/ipv6?go-get=1
get "golang.org/x/net/ipv6": verifying non-authoritative meta tag
github.com/go-log/log (download)
get "golang.org/x/net/http2": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at //golang.org/x/net/http2?go-get=1
get "golang.org/x/net/http2": verifying non-authoritative meta tag
get "golang.org/x/net/http/httpguts": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at //golang.org/x/net/http/httpguts?go-get=1
get "golang.org/x/net/http/httpguts": verifying non-authoritative meta tag
get "golang.org/x/net/idna": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at //golang.org/x/net/idna?go-get=1
get "golang.org/x/net/idna": verifying non-authoritative meta tag
get "golang.org/x/text/secure/bidirule": found meta tag get.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at //golang.org/x/text/secure/bidirule?go-get=1
get "golang.org/x/text/secure/bidirule": verifying non-authoritative meta tag
golang.org/x/text (download)
get "golang.org/x/text/transform": found meta tag get.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at //golang.org/x/text/transform?go-get=1
get "golang.org/x/text/transform": verifying non-authoritative meta tag
get "golang.org/x/text/unicode/bidi": found meta tag get.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at //golang.org/x/text/unicode/bidi?go-get=1
get "golang.org/x/text/unicode/bidi": verifying non-authoritative meta tag
get "golang.org/x/text/unicode/norm": found meta tag get.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at //golang.org/x/text/unicode/norm?go-get=1
get "golang.org/x/text/unicode/norm": verifying non-authoritative meta tag
get "golang.org/x/net/http2/hpack": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at //golang.org/x/net/http2/hpack?go-get=1
get "golang.org/x/net/http2/hpack": verifying non-authoritative meta tag
get "golang.org/x/net/http2/h2c": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at //golang.org/x/net/http2/h2c?go-get=1
get "golang.org/x/net/http2/h2c": verifying non-authoritative meta tag
github.com/nats-io/nats.go (download)
github.com/nats-io/jwt (download)
github.com/nats-io/nkeys (download)
github.com/nats-io/nuid (download)
github.com/pkg/errors (download)
get "google.golang.org/grpc": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc?go-get=1
google.golang.org/grpc (download)
get "golang.org/x/net/trace": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at //golang.org/x/net/trace?go-get=1
get "golang.org/x/net/trace": verifying non-authoritative meta tag
get "golang.org/x/net/internal/timeseries": found meta tag get.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at //golang.org/x/net/internal/timeseries?go-get=1
get "golang.org/x/net/internal/timeseries": verifying non-authoritative meta tag
get "google.golang.org/grpc/backoff": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/backoff?go-get=1
get "google.golang.org/grpc/backoff": verifying non-authoritative meta tag
get "google.golang.org/grpc/balancer": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/balancer?go-get=1
get "google.golang.org/grpc/balancer": verifying non-authoritative meta tag
get "google.golang.org/grpc/connectivity": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/connectivity?go-get=1
get "google.golang.org/grpc/connectivity": verifying non-authoritative meta tag
get "google.golang.org/grpc/grpclog": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/grpclog?go-get=1
get "google.golang.org/grpc/grpclog": verifying non-authoritative meta tag
get "google.golang.org/grpc/credentials": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/credentials?go-get=1
get "google.golang.org/grpc/credentials": verifying non-authoritative meta tag
get "google.golang.org/grpc/credentials/internal": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/credentials/internal?go-get=1
get "google.golang.org/grpc/credentials/internal": verifying non-authoritative meta tag
get "google.golang.org/grpc/internal": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/internal?go-get=1
get "google.golang.org/grpc/internal": verifying non-authoritative meta tag
get "google.golang.org/grpc/metadata": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/metadata?go-get=1
get "google.golang.org/grpc/metadata": verifying non-authoritative meta tag
get "google.golang.org/grpc/resolver": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/resolver?go-get=1
get "google.golang.org/grpc/resolver": verifying non-authoritative meta tag
get "google.golang.org/grpc/serviceconfig": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/serviceconfig?go-get=1
get "google.golang.org/grpc/serviceconfig": verifying non-authoritative meta tag
get "google.golang.org/grpc/balancer/base": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/balancer/base?go-get=1
get "google.golang.org/grpc/balancer/base": verifying non-authoritative meta tag
get "google.golang.org/grpc/balancer/roundrobin": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/balancer/roundrobin?go-get=1
get "google.golang.org/grpc/balancer/roundrobin": verifying non-authoritative meta tag
get "google.golang.org/grpc/internal/grpcrand": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/internal/grpcrand?go-get=1
get "google.golang.org/grpc/internal/grpcrand": verifying non-authoritative meta tag
get "google.golang.org/grpc/codes": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/codes?go-get=1
get "google.golang.org/grpc/codes": verifying non-authoritative meta tag
get "google.golang.org/grpc/encoding": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/encoding?go-get=1
get "google.golang.org/grpc/encoding": verifying non-authoritative meta tag
get "google.golang.org/grpc/encoding/proto": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/encoding/proto?go-get=1
get "google.golang.org/grpc/encoding/proto": verifying non-authoritative meta tag
get "google.golang.org/grpc/internal/backoff": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/internal/backoff?go-get=1
get "google.golang.org/grpc/internal/backoff": verifying non-authoritative meta tag
get "google.golang.org/grpc/internal/balancerload": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/internal/balancerload?go-get=1
get "google.golang.org/grpc/internal/balancerload": verifying non-authoritative meta tag
get "google.golang.org/grpc/internal/binarylog": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/internal/binarylog?go-get=1
get "google.golang.org/grpc/internal/binarylog": verifying non-authoritative meta tag
get "google.golang.org/grpc/binarylog/grpc_binarylog_v1": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/binarylog/grpc_binarylog_v1?go-get=1
get "google.golang.org/grpc/binarylog/grpc_binarylog_v1": verifying non-authoritative meta tag
get "google.golang.org/grpc/status": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/status?go-get=1
get "google.golang.org/grpc/status": verifying non-authoritative meta tag
get "google.golang.org/genproto/googleapis/rpc/status": found meta tag get.metaImport{Prefix:"google.golang.org/genproto", VCS:"git", RepoRoot:"https://github.com/google/go-genproto"} at //google.golang.org/genproto/googleapis/rpc/status?go-get=1
get "google.golang.org/genproto/googleapis/rpc/status": verifying non-authoritative meta tag
google.golang.org/genproto (download)
get "google.golang.org/grpc/internal/channelz": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/internal/channelz?go-get=1
get "google.golang.org/grpc/internal/channelz": verifying non-authoritative meta tag
get "google.golang.org/grpc/internal/envconfig": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/internal/envconfig?go-get=1
get "google.golang.org/grpc/internal/envconfig": verifying non-authoritative meta tag
get "google.golang.org/grpc/internal/grpcsync": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/internal/grpcsync?go-get=1
get "google.golang.org/grpc/internal/grpcsync": verifying non-authoritative meta tag
get "google.golang.org/grpc/internal/transport": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/internal/transport?go-get=1
get "google.golang.org/grpc/internal/transport": verifying non-authoritative meta tag
get "google.golang.org/grpc/internal/syscall": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/internal/syscall?go-get=1
get "google.golang.org/grpc/internal/syscall": verifying non-authoritative meta tag
get "google.golang.org/grpc/keepalive": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/keepalive?go-get=1
get "google.golang.org/grpc/keepalive": verifying non-authoritative meta tag
get "google.golang.org/grpc/peer": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/peer?go-get=1
get "google.golang.org/grpc/peer": verifying non-authoritative meta tag
get "google.golang.org/grpc/stats": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/stats?go-get=1
get "google.golang.org/grpc/stats": verifying non-authoritative meta tag
get "google.golang.org/grpc/tap": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/tap?go-get=1
get "google.golang.org/grpc/tap": verifying non-authoritative meta tag
get "google.golang.org/grpc/naming": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/naming?go-get=1
get "google.golang.org/grpc/naming": verifying non-authoritative meta tag
get "google.golang.org/grpc/resolver/dns": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/resolver/dns?go-get=1
get "google.golang.org/grpc/resolver/dns": verifying non-authoritative meta tag
get "google.golang.org/grpc/resolver/passthrough": found meta tag get.metaImport{Prefix:"google.golang.org/grpc", VCS:"git", RepoRoot:"https://github.com/grpc/grpc-go"} at //google.golang.org/grpc/resolver/passthrough?go-get=1
get "google.golang.org/grpc/resolver/passthrough": verifying non-authoritative meta tag
github.com/json-iterator/go (download)
github.com/modern-go/concurrent (download)
github.com/modern-go/reflect2 (download)
github.com/hashicorp/consul (download)
github.com/mitchellh/hashstructure (download)
github.com/coreos/etcd (download)
get "go.etcd.io/etcd/auth/authpb": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/auth/authpb?go-get=1
get "go.etcd.io/etcd/auth/authpb": verifying non-authoritative meta tag
go.etcd.io/etcd (download)
get "go.etcd.io/etcd/vendor/github.com/gogo/protobuf/gogoproto": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/github.com/gogo/protobuf/gogoproto?go-get=1
get "go.etcd.io/etcd/vendor/github.com/gogo/protobuf/gogoproto": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/github.com/gogo/protobuf/proto": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/github.com/gogo/protobuf/proto?go-get=1
get "go.etcd.io/etcd/vendor/github.com/gogo/protobuf/proto": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor?go-get=1
get "go.etcd.io/etcd/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/github.com/golang/protobuf/proto": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/github.com/golang/protobuf/proto?go-get=1
get "go.etcd.io/etcd/vendor/github.com/golang/protobuf/proto": verifying non-authoritative meta tag
get "go.etcd.io/etcd/clientv3/balancer": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/clientv3/balancer?go-get=1
get "go.etcd.io/etcd/clientv3/balancer": verifying non-authoritative meta tag
get "go.etcd.io/etcd/clientv3/balancer/connectivity": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/clientv3/balancer/connectivity?go-get=1
get "go.etcd.io/etcd/clientv3/balancer/connectivity": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/go.uber.org/zap": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/go.uber.org/zap?go-get=1
get "go.etcd.io/etcd/vendor/go.uber.org/zap": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/go.uber.org/atomic": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/go.uber.org/atomic?go-get=1
get "go.etcd.io/etcd/vendor/go.uber.org/atomic": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/go.uber.org/multierr": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/go.uber.org/multierr?go-get=1
get "go.etcd.io/etcd/vendor/go.uber.org/multierr": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/go.uber.org/zap/internal/bufferpool": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/go.uber.org/zap/internal/bufferpool?go-get=1
get "go.etcd.io/etcd/vendor/go.uber.org/zap/internal/bufferpool": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/go.uber.org/zap/buffer": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/go.uber.org/zap/buffer?go-get=1
get "go.etcd.io/etcd/vendor/go.uber.org/zap/buffer": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/go.uber.org/zap/zapcore": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/go.uber.org/zap/zapcore?go-get=1
get "go.etcd.io/etcd/vendor/go.uber.org/zap/zapcore": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/go.uber.org/zap/internal/color": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/go.uber.org/zap/internal/color?go-get=1
get "go.etcd.io/etcd/vendor/go.uber.org/zap/internal/color": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/go.uber.org/zap/internal/exit": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/go.uber.org/zap/internal/exit?go-get=1 get "go.etcd.io/etcd/vendor/go.uber.org/zap/internal/exit": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/connectivity": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/connectivity?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/connectivity": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/grpclog": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/grpclog?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/grpclog": verifying non-authoritative meta tag
get "go.etcd.io/etcd/clientv3/balancer/picker": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/clientv3/balancer/picker?go-get=1
get "go.etcd.io/etcd/clientv3/balancer/picker": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/balancer": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/balancer?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/balancer": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/credentials": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/credentials?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/credentials": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/credentials/internal": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/credentials/internal?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/credentials/internal": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/internal?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/metadata": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/metadata?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/metadata": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/resolver": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/resolver?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/resolver": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/serviceconfig": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/serviceconfig?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/serviceconfig": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/resolver/dns": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/resolver/dns?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/resolver/dns": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/backoff": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/backoff?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/backoff": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/grpcrand": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/grpcrand?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/grpcrand": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/resolver/passthrough": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/resolver/passthrough?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/resolver/passthrough": verifying non-authoritative meta tag
get "go.etcd.io/etcd/clientv3/balancer/resolver/endpoint": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/clientv3/balancer/resolver/endpoint?go-get=1
get "go.etcd.io/etcd/clientv3/balancer/resolver/endpoint": verifying non-authoritative meta tag
get "go.etcd.io/etcd/clientv3/credentials": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/clientv3/credentials?go-get=1
get "go.etcd.io/etcd/clientv3/credentials": verifying non-authoritative meta tag
get "go.etcd.io/etcd/etcdserver/api/v3rpc/rpctypes": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/etcdserver/api/v3rpc/rpctypes?go-get=1
get "go.etcd.io/etcd/etcdserver/api/v3rpc/rpctypes": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/codes": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/codes?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/codes": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/status": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/status?go-get=1 get "go.etcd.io/etcd/vendor/google.golang.org/grpc/status": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/github.com/golang/protobuf/ptypes": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/github.com/golang/protobuf/ptypes?go-get=1
get "go.etcd.io/etcd/vendor/github.com/golang/protobuf/ptypes": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/github.com/golang/protobuf/ptypes/any": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/github.com/golang/protobuf/ptypes/any?go-get=1
get "go.etcd.io/etcd/vendor/github.com/golang/protobuf/ptypes/any": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/github.com/golang/protobuf/ptypes/duration": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/github.com/golang/protobuf/ptypes/duration?go-get=1
get "go.etcd.io/etcd/vendor/github.com/golang/protobuf/ptypes/duration": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/github.com/golang/protobuf/ptypes/timestamp": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/github.com/golang/protobuf/ptypes/timestamp?go-get=1
get "go.etcd.io/etcd/vendor/github.com/golang/protobuf/ptypes/timestamp": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/genproto/googleapis/rpc/status": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/genproto/googleapis/rpc/status?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/genproto/googleapis/rpc/status": verifying non-authoritative meta tag
get "go.etcd.io/etcd/etcdserver/etcdserverpb": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/etcdserver/etcdserverpb?go-get=1
get "go.etcd.io/etcd/etcdserver/etcdserverpb": verifying non-authoritative meta tag
get "go.etcd.io/etcd/mvcc/mvccpb": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/mvcc/mvccpb?go-get=1
get "go.etcd.io/etcd/mvcc/mvccpb": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/golang.org/x/net/context": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/golang.org/x/net/context?go-get=1
get "go.etcd.io/etcd/vendor/golang.org/x/net/context": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/golang.org/x/net/trace": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/golang.org/x/net/trace?go-get=1
get "go.etcd.io/etcd/vendor/golang.org/x/net/trace": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/golang.org/x/net/internal/timeseries": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/golang.org/x/net/internal/timeseries?go-get=1
get "go.etcd.io/etcd/vendor/golang.org/x/net/internal/timeseries": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/balancer/roundrobin": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/balancer/roundrobin?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/balancer/roundrobin": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/balancer/base": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/balancer/base?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/balancer/base": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/encoding": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/encoding?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/encoding": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/encoding/proto": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/encoding/proto?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/encoding/proto": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/balancerload": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/balancerload?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/balancerload": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/binarylog": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/binarylog?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/binarylog": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/channelz": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/channelz?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/channelz": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/envconfig": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/envconfig?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/envconfig": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/grpcsync": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/grpcsync?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/grpcsync": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/transport": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/transport?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/transport": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/golang.org/x/net/http2": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/golang.org/x/net/http2?go-get=1
get "go.etcd.io/etcd/vendor/golang.org/x/net/http2": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/golang.org/x/net/http/httpguts": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/golang.org/x/net/http/httpguts?go-get=1
get "go.etcd.io/etcd/vendor/golang.org/x/net/http/httpguts": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/golang.org/x/net/idna": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/golang.org/x/net/idna?go-get=1
get "go.etcd.io/etcd/vendor/golang.org/x/net/idna": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/golang.org/x/text/secure/bidirule": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/golang.org/x/text/secure/bidirule?go-get=1
get "go.etcd.io/etcd/vendor/golang.org/x/text/secure/bidirule": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/golang.org/x/text/transform": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/golang.org/x/text/transform?go-get=1
get "go.etcd.io/etcd/vendor/golang.org/x/text/transform": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/golang.org/x/text/unicode/bidi": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/golang.org/x/text/unicode/bidi?go-get=1
get "go.etcd.io/etcd/vendor/golang.org/x/text/unicode/bidi": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/golang.org/x/text/unicode/norm": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/golang.org/x/text/unicode/norm?go-get=1
get "go.etcd.io/etcd/vendor/golang.org/x/text/unicode/norm": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/golang.org/x/net/http2/hpack": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/golang.org/x/net/http2/hpack?go-get=1
get "go.etcd.io/etcd/vendor/golang.org/x/net/http2/hpack": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/syscall": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/syscall?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/syscall": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/keepalive": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/keepalive?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/keepalive": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/peer": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/peer?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/peer": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/stats": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/stats?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/stats": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/tap": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/tap?go-get=1
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/tap": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/google.golang.org/grpc/naming": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/google.golang.org/grpc/naming?go-get=1 get "go.etcd.io/etcd/vendor/google.golang.org/grpc/naming": verifying non-authoritative meta tag
get "go.etcd.io/etcd/pkg/logutil": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/pkg/logutil?go-get=1
get "go.etcd.io/etcd/pkg/logutil": verifying non-authoritative meta tag
get "go.etcd.io/etcd/vendor/github.com/coreos/pkg/capnslog": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/vendor/github.com/coreos/pkg/capnslog?go-get=1
get "go.etcd.io/etcd/vendor/github.com/coreos/pkg/capnslog": verifying non-authoritative meta tag
get "go.etcd.io/etcd/raft": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/raft?go-get=1
get "go.etcd.io/etcd/raft": verifying non-authoritative meta tag
get "go.etcd.io/etcd/raft/confchange": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/raft/confchange?go-get=1
get "go.etcd.io/etcd/raft/confchange": verifying non-authoritative meta tag
get "go.etcd.io/etcd/raft/quorum": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/raft/quorum?go-get=1
get "go.etcd.io/etcd/raft/quorum": verifying non-authoritative meta tag
get "go.etcd.io/etcd/raft/raftpb": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/raft/raftpb?go-get=1
get "go.etcd.io/etcd/raft/raftpb": verifying non-authoritative meta tag
get "go.etcd.io/etcd/raft/tracker": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/raft/tracker?go-get=1
get "go.etcd.io/etcd/raft/tracker": verifying non-authoritative meta tag
get "go.etcd.io/etcd/pkg/types": found meta tag get.metaImport{Prefix:"go.etcd.io/etcd", VCS:"git", RepoRoot:"https://github.com/etcd-io/etcd"} at //go.etcd.io/etcd/pkg/types?go-get=1
get "go.etcd.io/etcd/pkg/types": verifying non-authoritative meta tag
github.com/lucas-clemente/quic-go (download)
github.com/cheekybits/genny (download)
github.com/marten-seemann/qtls (download)
get "golang.org/x/crypto/chacha20poly1305": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at //golang.org/x/crypto/chacha20poly1305?go-get=1
get "golang.org/x/crypto/chacha20poly1305": verifying non-authoritative meta tag
get "golang.org/x/crypto/internal/chacha20": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at //golang.org/x/crypto/internal/chacha20?go-get=1
get "golang.org/x/crypto/internal/chacha20": verifying non-authoritative meta tag
get "golang.org/x/crypto/internal/subtle": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at //golang.org/x/crypto/internal/subtle?go-get=1
get "golang.org/x/crypto/internal/subtle": verifying non-authoritative meta tag
get "golang.org/x/crypto/poly1305": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at //golang.org/x/crypto/poly1305?go-get=1
get "golang.org/x/crypto/poly1305": verifying non-authoritative meta tag
get "golang.org/x/sys/cpu": found meta tag get.metaImport{Prefix:"golang.org/x/sys", VCS:"git", RepoRoot:"https://go.googlesource.com/sys"} at //golang.org/x/sys/cpu?go-get=1
get "golang.org/x/sys/cpu": verifying non-authoritative meta tag
get "golang.org/x/crypto/cryptobyte": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at //golang.org/x/crypto/cryptobyte?go-get=1
get "golang.org/x/crypto/cryptobyte": verifying non-authoritative meta tag
get "golang.org/x/crypto/cryptobyte/asn1": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at //golang.org/x/crypto/cryptobyte/asn1?go-get=1
get "golang.org/x/crypto/cryptobyte/asn1": verifying non-authoritative meta tag
get "golang.org/x/crypto/curve25519": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at //golang.org/x/crypto/curve25519?go-get=1
get "golang.org/x/crypto/curve25519": verifying non-authoritative meta tag
get "golang.org/x/crypto/hkdf": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at //golang.org/x/crypto/hkdf?go-get=1
get "golang.org/x/crypto/hkdf": verifying non-authoritative meta tag
github.com/marten-seemann/chacha20 (download)
github.com/coreos/etcd/clientv3
# github.com/coreos/etcd/clientv3
..\..\github.com\coreos\etcd\clientv3\auth.go:121: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:126: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:131:152: 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:136:144: 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:141: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:146: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:151: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:156: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:161: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:166: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:166:106: too many errors

Please don't do -u as this will update your dependencies defined in go.mod. we have no control as to what this does.

Hi,

I'm getting the same error with go 1.13 and 1.13.1

I guess I need to setup a go module in my prj

export GO111MODULE=on

In the file /src/github.com/micro/go-micro/config/source/etcd/etcd.go
this error: cetcd "github.com/coreos/etcd/clientv3 need to be fixed, otherwise can`t jump right declarations or tips(references). So far, it's not convenient.

any solution for this ?

  1. remove github.com\coreos\etcd\vender
  2. remove go.etcd.io\etcd\vendor

them go get other dependencies one by one

Please use go modules. Go modules will be on by default in Go in the future. That will built fine.

Please do the following.

export GO111MODULE=on
go get github.com/micro/micro

Avoid doing go get -u

@asim works for me thank you.

@printfcoder Thank you !!!!! You saved my day. I tried so many different things to resolve this error but nothing seemed to work.. And then I saw your comment and removed vendor folders and Ta-da my problem is resolved. God bless..

@printfcoder Thank you !!!!! You saved my day. I tried so many different things to resolve this error but nothing seemed to work.. And then I saw your comment and removed vendor folders and Ta-da my problem is resolved. God bless..

Haha, this is not the best solution but for the based on gopath. Go mod will be the only choice in the future.

@AqsaKh

I am assuming @asim suggestion fixes this issue as there has not been any further communication for a month. Feel free to reopen it

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aimpsmile picture aimpsmile  路  9Comments

nicocesar picture nicocesar  路  6Comments

mkozjak picture mkozjak  路  9Comments

guanwenbogit picture guanwenbogit  路  5Comments

wyp2013 picture wyp2013  路  6Comments