containous / traefik-extra-service-fabric

Traefik extra: Service Fabric Provider
Apache License 2.0
12 stars 14 forks source link

Change `dep` to use `--vendor-only` #34

Closed lawrencegripper closed 6 years ago

lawrencegripper commented 6 years ago

This will prevent dep from automatically adding missing dependencies to the the lock file. Ensuring the build will fail if committers haven't used dep ensure -add to include new dependencies.

https://golang.github.io/dep/docs/ensure-mechanics.html#no-vendor-and-vendor-only