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