mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
Context is part of the stdlib on 1.7
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user