From e4353713d2c92bae6d287d1765bffbfbf4daf837 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 8 Jun 2016 10:24:53 -0700 Subject: [PATCH] Facepalm --- go/vendor/manifest | 2 +- .../docker-library/go-dockerlibrary/manifest/fetch.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/go/vendor/manifest b/go/vendor/manifest index cce2066..341d896 100644 --- a/go/vendor/manifest +++ b/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" }, { diff --git a/go/vendor/src/github.com/docker-library/go-dockerlibrary/manifest/fetch.go b/go/vendor/src/github.com/docker-library/go-dockerlibrary/manifest/fetch.go index fb04ab9..98033e0 100644 --- a/go/vendor/src/github.com/docker-library/go-dockerlibrary/manifest/fetch.go +++ b/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" )