apache / airflow-on-k8s-operator

Airflow on Kubernetes Operator
https://airflow.apache.org/
Apache License 2.0
89 stars 26 forks source link

Move to go modules and update libs #3

Closed barney-s closed 4 years ago

barney-s commented 4 years ago

Moving from gopkg to gomod dependency management.

Update dependencies

Fix headers in missing files Fix boilerplate license

barney-s commented 4 years ago

Expect a couple more pull requests as i try to get this to a working shape.

Will take this oppurtunity to modernize the code base (newer libs, kubebuilder 2 etc)