Tianon Gravi 9 years ago
parent
commit
bf00dc0332

+ 1 - 1
bashbrew/go/vendor/manifest

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

+ 0 - 1
bashbrew/go/vendor/src/github.com/docker-library/go-dockerlibrary/manifest/fetch.go

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