hashicorp / vault-service-broker

The official HashiCorp Vault broker integration to the Open Service Broker API. This service broker provides support for secure secret storage and encryption-as-a-service to HashiCorp Vault.
https://www.vaultproject.io/
Mozilla Public License 2.0
84 stars 38 forks source link

Update to go mod #56

Closed jasonodonnell closed 3 years ago

jasonodonnell commented 3 years ago

This converts the repo to use go mod instead of dep to be consistent with other HashiCorp products.

jasonodonnell commented 3 years ago

Circle hasn't been run in a while on here and is having issues. @sarahethompson any idea what's happening?

sarahethompson commented 3 years ago

Strangely the CircleCI deploy key and web-hook had disappeared from this repo. I re-added by following the project in the CircleCI UI. There was then an issue with the GO version when running the tests, so I just pushed an update to the GO version (1.14) in the .circleci/config.yaml.