Browse code

utils: remove dotcloud/tar dep

Johan Euphrosine authored on 2013/11/21 03:45:12
Showing 3 changed files
... ...
@@ -23,7 +23,7 @@ cd $BASE_PATH/go
23 23
 GOPATH=$BASE_PATH/go go get github.com/axw/gocov/gocov
24 24
 sudo -E GOPATH=$GOPATH ./bin/gocov test -deps -exclude-goroot -v\
25 25
  -exclude github.com/gorilla/context,github.com/gorilla/mux,github.com/kr/pty,\
26
-code.google.com/p/go.net/websocket,github.com/dotcloud/tar\
26
+code.google.com/p/go.net/websocket\
27 27
  github.com/dotcloud/docker | ./bin/gocov report; exit_status=$?
28 28
 
29 29
 # Cleanup testing directory
... ...
@@ -27,8 +27,6 @@ git_clone github.com/gorilla/context/ 708054d61e5
27 27
 
28 28
 git_clone github.com/gorilla/mux/ 9b36453141c
29 29
 
30
-git_clone github.com/dotcloud/tar/ e5ea6bb21a
31
-
32 30
 # Docker requires code.google.com/p/go.net/websocket
33 31
 PKG=code.google.com/p/go.net REV=84a4013f96e0
34 32
 (
... ...
@@ -5,7 +5,7 @@ import (
5 5
 	"compress/gzip"
6 6
 	"crypto/sha256"
7 7
 	"encoding/hex"
8
-	"github.com/dotcloud/tar"
8
+	"archive/tar"
9 9
 	"hash"
10 10
 	"io"
11 11
 	"sort"