From a31b912e79c8cb4875840cbfbe8dc4f96f0507ab Mon Sep 17 00:00:00 2001 From: Andrea Nodari Date: Fri, 9 Mar 2018 10:08:31 +0000 Subject: [PATCH] Mention dep in README [#155599016] Signed-off-by: Sarah Connor --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2aec45b4..abd7a9eb 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ A Go package for building [V2 Open Service Broker API](https://github.com/opense - [lager](https://github.com/cloudfoundry/lager) - [gorilla/mux](https://github.com/gorilla/mux) +We use [dep](https://github.com/golang/dep) to manager our dependencies. Use `dep ensure` in order to download the required packages. + ## Usage `brokerapi` defines a [`ServiceBroker`](https://godoc.org/github.com/pivotal-cf/brokerapi#ServiceBroker) interface. Pass an implementation of this to [`brokerapi.New`](https://godoc.org/github.com/pivotal-cf/brokerapi#New), which returns an `http.Handler` that you can use to serve handle HTTP requests.