etcd: Bump to version 3.2.6 and update all the grpc deps
Note: When go-grpc-prometheus was in the main $gopath (even at this
version) and everyone else was where they always were in vendor/ this
didn't build! It gave errors like:
have SendHeader("github.com/purpleidea/mgmt/vendor/google.golang.org/grpc/metadata".MD) error
want SendHeader("google.golang.org/grpc/metadata".MD) error
and I got frustrated. Putting it "next" to the other vendored deps seems
to have fixed this. Where are the golang docs that explain this
phenomenon?
This also requires golang 1.8+ as that is a requirement for etcd. It's
probably a reasonable thing for us too.
Note the older versions of etcd had some bugs with the concurrency
package and other things, so this is a necessary bump.
This commit is contained in:
2
vendor/github.com/coreos/etcd
generated
vendored
2
vendor/github.com/coreos/etcd
generated
vendored
Submodule vendor/github.com/coreos/etcd updated: e2d51961dd...9d43462d17
1
vendor/github.com/grpc-ecosystem/go-grpc-prometheus
generated
vendored
Submodule
1
vendor/github.com/grpc-ecosystem/go-grpc-prometheus
generated
vendored
Submodule
Submodule vendor/github.com/grpc-ecosystem/go-grpc-prometheus added at 6b7015e65d
2
vendor/github.com/grpc-ecosystem/grpc-gateway
generated
vendored
2
vendor/github.com/grpc-ecosystem/grpc-gateway
generated
vendored
Submodule vendor/github.com/grpc-ecosystem/grpc-gateway updated: acebe0f9ff...18d159699f
Reference in New Issue
Block a user