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
|
@ -1,6 +1,7 @@
|
|||
package provider
|
||||
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"math"
|
||||
"net"
|
||||
|
@ -10,8 +11,6 @@ import (
|
|||
"text/template"
|
||||
"time"
|
||||
|
||||
"golang.org/x/net/context"
|
||||
|
||||
"github.com/BurntSushi/ty/fun"
|
||||
"github.com/cenk/backoff"
|
||||
"github.com/containous/traefik/job"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue