This commit is contained in:
Tianon Gravi 2016-06-08 10:24:53 -07:00
parent 9a6109687d
commit e4353713d2
2 changed files with 1 additions and 2 deletions

2
go/vendor/manifest vendored
View File

@ -10,7 +10,7 @@
{ {
"importpath": "github.com/docker-library/go-dockerlibrary", "importpath": "github.com/docker-library/go-dockerlibrary",
"repository": "https://github.com/docker-library/go-dockerlibrary", "repository": "https://github.com/docker-library/go-dockerlibrary",
"revision": "ac3ac95930fdb0ee3e111c7f14b10fefcdcb66f3", "revision": "c1549952f3dc6eed89a54f629649fcff9ec9c093",
"branch": "master" "branch": "master"
}, },
{ {

View File

@ -5,7 +5,6 @@ import (
"net/http" "net/http"
"net/url" "net/url"
"os" "os"
"path"
"path/filepath" "path/filepath"
"strings" "strings"
) )