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
|
@ -4,6 +4,7 @@ Copyright
|
|||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"crypto/tls"
|
||||
"crypto/x509"
|
||||
"encoding/json"
|
||||
|
@ -19,8 +20,6 @@ import (
|
|||
"syscall"
|
||||
"time"
|
||||
|
||||
"golang.org/x/net/context"
|
||||
|
||||
"github.com/codegangsta/negroni"
|
||||
"github.com/containous/mux"
|
||||
"github.com/containous/traefik/cluster"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue