rode / grafeas-elasticsearch

An implementation of the Grafeas storage backend based on Elasticsearch
Apache License 2.0
12 stars 5 forks source link

Update to Go 1.16 and consume index manager library #80

Closed alexashley closed 3 years ago

alexashley commented 3 years ago

Removes the embedded index manager code in favor of the new library. I ended up using some Go 1.16 specific types after pulling out the code, which forced the upgrade.