Circuit breaker middleware

This commit is contained in:
emile 2015-09-19 13:02:59 +02:00
parent 616c58ad4b
commit 9efabe2a65

View file

@ -6,7 +6,10 @@ RUN go get github.com/tcnksm/ghr
RUN go get github.com/BurntSushi/toml \
&& go get github.com/BurntSushi/ty/fun
RUN go get github.com/mailgun/oxy/forward \
&& go get github.com/mailgun/oxy/roundrobin
&& go get github.com/mailgun/oxy/roundrobin \
&& go get github.com/mailgun/oxy/cbreaker \
&& go get github.com/mailgun/log \
&& go get github.com/mailgun/predicate
RUN go get github.com/gorilla/handlers \
&& go get github.com/gorilla/mux
RUN go get github.com/cenkalti/backoff \