Bump oxy to b57d6706e9ff606343c596940b60df7f90012d29
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
df75700015
commit
1b5e35461d
2 changed files with 8 additions and 7 deletions
12
glide.lock
generated
12
glide.lock
generated
|
@ -1,5 +1,5 @@
|
||||||
hash: cba5a5482db5b6b3857187d401d8e47f9b36f00e7acdf6aba0174707cc8c8b8a
|
hash: 45fb23231bebf9ca56942d7a2454f7b398158ffa62a91e092c50e894efdd9df6
|
||||||
updated: 2016-06-20T23:18:44.178752884+02:00
|
updated: 2016-06-22T15:11:43.335984235+02:00
|
||||||
imports:
|
imports:
|
||||||
- name: github.com/boltdb/bolt
|
- name: github.com/boltdb/bolt
|
||||||
version: 3f7947a25d970e1e5f512276c14d5dcf731ccd5e
|
version: 3f7947a25d970e1e5f512276c14d5dcf731ccd5e
|
||||||
|
@ -94,7 +94,7 @@ imports:
|
||||||
- name: github.com/gorilla/context
|
- name: github.com/gorilla/context
|
||||||
version: aed02d124ae4a0e94fea4541c8effd05bf0c8296
|
version: aed02d124ae4a0e94fea4541c8effd05bf0c8296
|
||||||
- name: github.com/hashicorp/consul
|
- name: github.com/hashicorp/consul
|
||||||
version: af30e17dcd1a6869da033bd55ad949973c7c54e9
|
version: 09cfda47ed103910a8e1af76fa378a7e6acd5310
|
||||||
subpackages:
|
subpackages:
|
||||||
- api
|
- api
|
||||||
- name: github.com/hashicorp/go-cleanhttp
|
- name: github.com/hashicorp/go-cleanhttp
|
||||||
|
@ -117,7 +117,7 @@ imports:
|
||||||
- name: github.com/mattn/go-shellwords
|
- name: github.com/mattn/go-shellwords
|
||||||
version: 525bedee691b5a8df547cb5cf9f86b7fb1883e24
|
version: 525bedee691b5a8df547cb5cf9f86b7fb1883e24
|
||||||
- name: github.com/Microsoft/go-winio
|
- name: github.com/Microsoft/go-winio
|
||||||
version: 4f1a71750d95a5a8a46c40a67ffbed8129c2f138
|
version: ce2922f643c8fd76b46cadc7f404a06282678b34
|
||||||
- name: github.com/miekg/dns
|
- name: github.com/miekg/dns
|
||||||
version: 5d001d020961ae1c184f9f8152fdc73810481677
|
version: 5d001d020961ae1c184f9f8152fdc73810481677
|
||||||
- name: github.com/moul/http2curl
|
- name: github.com/moul/http2curl
|
||||||
|
@ -160,7 +160,7 @@ imports:
|
||||||
- name: github.com/vdemeester/shakers
|
- name: github.com/vdemeester/shakers
|
||||||
version: 24d7f1d6a71aa5d9cbe7390e4afb66b7eef9e1b3
|
version: 24d7f1d6a71aa5d9cbe7390e4afb66b7eef9e1b3
|
||||||
- name: github.com/vulcand/oxy
|
- name: github.com/vulcand/oxy
|
||||||
version: 1ca0a134a818f7b8ea85de6e6554fe3312f144c2
|
version: b57d6706e9ff606343c596940b60df7f90012d29
|
||||||
repo: https://github.com/containous/oxy.git
|
repo: https://github.com/containous/oxy.git
|
||||||
vcs: git
|
vcs: git
|
||||||
subpackages:
|
subpackages:
|
||||||
|
@ -172,7 +172,7 @@ imports:
|
||||||
- utils
|
- utils
|
||||||
- memmetrics
|
- memmetrics
|
||||||
- name: github.com/vulcand/predicate
|
- name: github.com/vulcand/predicate
|
||||||
version: cb0bff91a7ab7cf7571e661ff883fc997bc554a3
|
version: 19b9dde14240d94c804ae5736ad0e1de10bf8fe6
|
||||||
- name: github.com/vulcand/route
|
- name: github.com/vulcand/route
|
||||||
version: cb89d787ddbb1c5849a7ac9f79004c1fd12a4a32
|
version: cb89d787ddbb1c5849a7ac9f79004c1fd12a4a32
|
||||||
- name: github.com/vulcand/vulcand
|
- name: github.com/vulcand/vulcand
|
||||||
|
|
|
@ -12,7 +12,7 @@ import:
|
||||||
- package: github.com/vulcand/oxy
|
- package: github.com/vulcand/oxy
|
||||||
vcs: git
|
vcs: git
|
||||||
repo: https://github.com/containous/oxy.git
|
repo: https://github.com/containous/oxy.git
|
||||||
version: 1ca0a134a818f7b8ea85de6e6554fe3312f144c2
|
version: b57d6706e9ff606343c596940b60df7f90012d29
|
||||||
subpackages:
|
subpackages:
|
||||||
- cbreaker
|
- cbreaker
|
||||||
- connlimit
|
- connlimit
|
||||||
|
@ -56,6 +56,7 @@ import:
|
||||||
- package: github.com/thoas/stats
|
- package: github.com/thoas/stats
|
||||||
- package: github.com/unrolled/render
|
- package: github.com/unrolled/render
|
||||||
- package: github.com/vdemeester/docker-events
|
- package: github.com/vdemeester/docker-events
|
||||||
|
- version: 20e6d2db238723e68197a9e3c6c34c99a9893a9c
|
||||||
- package: github.com/vulcand/vulcand
|
- package: github.com/vulcand/vulcand
|
||||||
subpackages:
|
subpackages:
|
||||||
- plugin/rewrite
|
- plugin/rewrite
|
||||||
|
|
Loading…
Reference in a new issue