Circuit breaker middleware
This commit is contained in:
parent
616c58ad4b
commit
9efabe2a65
1 changed files with 4 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue