mirror of
https://github.com/containous/traefik.git
synced 2025-03-14 00:58:23 +03:00
Circuit breaker middleware
This commit is contained in:
parent
616c58ad4b
commit
9efabe2a65
@ -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…
x
Reference in New Issue
Block a user