Skip to content

Commit

Permalink
Revert "use builtin package context rather than vendored one"
Browse files Browse the repository at this point in the history
Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
  • Loading branch information
Flavio Crisciani committed Jul 28, 2017
1 parent 7a064d0 commit e5bba51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions libnetwork/cluster/provider.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package cluster

import (
"context"

"github.com/docker/docker/api/types/network"
"golang.org/x/net/context"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion libnetwork/cmd/dnet/dnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package main

import (
"bytes"
"context"
"encoding/json"
"errors"
"fmt"
Expand Down Expand Up @@ -37,6 +36,7 @@ import (
"github.com/docker/libnetwork/options"
"github.com/docker/libnetwork/types"
"github.com/gorilla/mux"
"golang.org/x/net/context"
)

const (
Expand Down

0 comments on commit e5bba51

Please sign in to comment.