brendangibat / terraform-provider-kubernetes

Kubernetes provider for Terraform
Apache License 2.0
3 stars 1 forks source link

Rework dep management #1

Closed brendangibat closed 9 years ago

brendangibat commented 9 years ago

Should be able to perform a 'go get' for installation in a go environment.

brendangibat commented 9 years ago

Alternatively use a makefile

kelcecil commented 9 years ago

Why not stick with glide? glide seems to work pretty well.

brendangibat commented 9 years ago

@kelcecil yeah I think I will. I don't want to go back and redo everything since the dep management is crazy until the k8s client imports get updated to their rework.

brendangibat commented 9 years ago

@kelcecil I added a makefile so the ticket was satisfied