1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-20 11:33:18 +03:00

Upgrade libkermit and dependencies

And use ContainerAPIClient where needed 👼

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester
2016-07-21 16:19:51 +02:00
parent 58b6d92ce2
commit c170ddc7ae
4 changed files with 158 additions and 57 deletions

View File

@@ -13,7 +13,7 @@ import (
"github.com/containous/traefik/integration/utils"
"github.com/go-check/check"
"github.com/libkermit/docker-check/compose"
compose "github.com/libkermit/compose/check"
checker "github.com/vdemeester/shakers"
)