mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
utils: remove dotcloud/tar dep
This commit is contained in:
parent
b4f7078a02
commit
b3bee7e0c4
3 changed files with 2 additions and 4 deletions
|
@ -23,7 +23,7 @@ cd $BASE_PATH/go
|
||||||
GOPATH=$BASE_PATH/go go get github.com/axw/gocov/gocov
|
GOPATH=$BASE_PATH/go go get github.com/axw/gocov/gocov
|
||||||
sudo -E GOPATH=$GOPATH ./bin/gocov test -deps -exclude-goroot -v\
|
sudo -E GOPATH=$GOPATH ./bin/gocov test -deps -exclude-goroot -v\
|
||||||
-exclude github.com/gorilla/context,github.com/gorilla/mux,github.com/kr/pty,\
|
-exclude github.com/gorilla/context,github.com/gorilla/mux,github.com/kr/pty,\
|
||||||
code.google.com/p/go.net/websocket,github.com/dotcloud/tar\
|
code.google.com/p/go.net/websocket\
|
||||||
github.com/dotcloud/docker | ./bin/gocov report; exit_status=$?
|
github.com/dotcloud/docker | ./bin/gocov report; exit_status=$?
|
||||||
|
|
||||||
# Cleanup testing directory
|
# Cleanup testing directory
|
||||||
|
|
|
@ -27,8 +27,6 @@ git_clone github.com/gorilla/context/ 708054d61e5
|
||||||
|
|
||||||
git_clone github.com/gorilla/mux/ 9b36453141c
|
git_clone github.com/gorilla/mux/ 9b36453141c
|
||||||
|
|
||||||
git_clone github.com/dotcloud/tar/ e5ea6bb21a
|
|
||||||
|
|
||||||
# Docker requires code.google.com/p/go.net/websocket
|
# Docker requires code.google.com/p/go.net/websocket
|
||||||
PKG=code.google.com/p/go.net REV=84a4013f96e0
|
PKG=code.google.com/p/go.net REV=84a4013f96e0
|
||||||
(
|
(
|
||||||
|
|
|
@ -5,7 +5,7 @@ import (
|
||||||
"compress/gzip"
|
"compress/gzip"
|
||||||
"crypto/sha256"
|
"crypto/sha256"
|
||||||
"encoding/hex"
|
"encoding/hex"
|
||||||
"github.com/dotcloud/tar"
|
"archive/tar"
|
||||||
"hash"
|
"hash"
|
||||||
"io"
|
"io"
|
||||||
"sort"
|
"sort"
|
||||||
|
|
Loading…
Reference in a new issue