Onyx-Protocol / Onyx

Onyx
https://Onyx.org
GNU Affero General Public License v3.0
1.79k stars 362 forks source link

FYI. coreos/etcd/raft deprecates 'golang.org/x/net/context' #1466

Closed gyuho closed 6 years ago

gyuho commented 6 years ago

FYI. coreos/etcd/raft deprecates 'golang.org/x/net/context'

Which means latest etcd repository would require Go 1.7+ to compile, and Go 1.9 for conflicting golang.org/x/net/context imports.

c.f. https://github.com/coreos/etcd/pull/8511

Just heads-up. Please feel free to close it. Thanks.