Context is part of the stdlib on 1.7
This commit is contained in:
parent
f5bf9a2cda
commit
5c0297fb61
9 changed files with 27 additions and 42 deletions
|
@ -5,12 +5,12 @@ import (
|
|||
"os/exec"
|
||||
"time"
|
||||
|
||||
"context"
|
||||
"github.com/containous/staert"
|
||||
"github.com/docker/libkv"
|
||||
"github.com/docker/libkv/store"
|
||||
"github.com/docker/libkv/store/consul"
|
||||
"github.com/go-check/check"
|
||||
"golang.org/x/net/context"
|
||||
|
||||
"errors"
|
||||
"github.com/containous/traefik/cluster"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue