File tree 4 files changed +40
-64
lines changed
4 files changed +40
-64
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SRC_FILES=$(shell find . -type f -name '*.go')
4
4
LOCAL_IP_ENV? =$(shell ip route get 8.8.8.8 | head -1 | awk '{print $$7}')
5
5
6
6
# Can choose different docker versions see list here - https://hub.docker.com/_/docker/
7
- DOCKER_VERSION? =dind
7
+ DOCKER_VERSION? =rc- dind
8
8
HOST_CHECKOUT_DIR? =$(shell pwd)
9
9
CONTAINER_NAME? =calico/libnetwork-plugin
10
10
Original file line number Diff line number Diff line change 8
8
"github.com/pkg/errors"
9
9
libcalicoErrors "github.com/projectcalico/libcalico-go/lib/errors"
10
10
11
+ dockerClient "github.com/docker/docker/client"
11
12
"github.com/docker/go-plugins-helpers/network"
12
-
13
- dockerClient "github.com/docker/engine-api/client"
14
13
"github.com/projectcalico/libcalico-go/lib/api"
15
14
datastoreClient "github.com/projectcalico/libcalico-go/lib/client"
16
15
caliconet "github.com/projectcalico/libcalico-go/lib/net"
Original file line number Diff line number Diff line change 1
1
package : github.com/projectcalico/libnetwork-plugin
2
2
import :
3
3
- package : github.com/Sirupsen/logrus
4
- - package : github.com/docker/engine-api
4
+ - package : github.com/docker/docker
5
+ version : v1.13.0-rc3
5
6
subpackages :
6
7
- client
7
8
- package : github.com/docker/go-plugins-helpers
9
+ version : 8a0198e77ac4e4ee167222caf6894cb32386c5fc # Need to use old version until we implement AllocateNetwork
8
10
subpackages :
9
11
- ipam
10
12
- network
11
13
- package : github.com/pkg/errors
12
- version : ~0.8.0
13
14
- package : github.com/projectcalico/libcalico-go
14
- version : v1.0.0-rc2
15
+ version : v1.0.0-rc4
15
16
subpackages :
16
17
- lib/api
17
18
- lib/client
@@ -20,13 +21,7 @@ import:
20
21
- package : github.com/vishvananda/netlink
21
22
testImport :
22
23
- package : github.com/coreos/etcd
23
- version : ea057115224138376622d63a51b699133310ea31
24
- subpackages :
25
- - client
26
- - package : github.com/docker/docker
27
- version : ~1.13.0-rc2
28
24
subpackages :
29
- - api/types/network
30
25
- client
31
26
- package : github.com/onsi/ginkgo
32
27
- package : github.com/onsi/gomega
You can’t perform that action at this time.
0 commit comments